Skip to main content Skip to docs navigation

#b341cf hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Ultraviolet Berl and its hex is #BB44CC Nearest Color Name

Color Hue/Base color: Violet

Hex #b341cf Color code in RGB color code model is created after adding 70.2% red color, 25.49% green color and 81.18% blue color. Hex #b341cf Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 69% magenta, 0% yellow and 18.82% black.

Hex #b341cf color code is between #bb44cc web safe hex color code and #aa33dd web safe hex color code. #bb44cc is the nearest web safe color code. You can see here many more shades of #b341cf color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code b341cf #b341cf
RGB Decimal 179, 65, 207 179, 65, 207
RGB Percent 70%, 25%, 81% rgb(70%, 25%, 81%)
CSS RGBa 179, 65, 207,1 rgba(179,65,207,1)
CMYK Model cmyk(14%,69%,0%,18.82%)
HSL Color Space 288,60% ,53% hsl(288,60% ,53%)
HSV Color Space 288°, 69%, 81%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110011 01000001 11001111
Octal 263 101 317
Decimal 179 65 207
Hex b3 41 cf

Different shades of #b341cf color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #b341cf
#51185f
Darker of #b341cf
#742288
Dark of #b341cf
#962db0
Base of #b341cf
#b341cf
Light of #b341cf
#c36ad9
Lighter
#d492e4
Lightest
#e4bbee

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#b341cf
#5dcf41

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#b341cf
#a4cf41
#41cf6c

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#6041cf
#7841cf
#b341cf
#cf41bc
#cf4180

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#b341cf
#41cfb3
#cfb341

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#b341cf
#cfb341
#5dcf41
#415dcf

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#b341cf
#cf6c41
#5dcf41
#41a4cf

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #b341cf

#2e0e36
#51185f
#742288
#962db0
#b341cf
#c36ad9
#d492e4
#e4bbee
#f4e4f8

Tints of #b341cf Color

#b341cf
#bb56d4
#c36bd9
#cc80df
#d495e4
#ddaae9
#e5bfef
#eed4f4
#f6e9f9
#ffffff

Shades of #b341cf color code

Generate more color scales with scales (color stack) generator.

#b341cf
#9f39b8
#8b32a1
#772b8a
#632473
#4f1c5c
#3b1545
#270e2e
#130717
#000000

Tones

#b341cf
#a559b7
#96719f
#888888
#888888

Tones

Similar Color like #b341cf color

Find visually similar hex color codes nearing to #b341cf hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#b442d0
#b543d1
#b644d2
#b745d3
#b846d4
#b947d5
#ba48d6
#bb49d7
#bc4ad8
#bd4bd9
#be4cda
#bf4ddb
#c04edc
#c14fdd
#b240ce
#b13fcd
#b03ecc
#af3dcb
#ae3cca
#ad3bc9
#ac3ac8
#ab39c7
#aa38c6
#a937c5
#a836c4
#a735c3
#a634c2
#a533c1

Download this Dark Violet

Hex #b341cf Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#b341cf Color Code Preview on Black Background Color

This is how #b341cf Color will look on black background color. Color contrast ratio is 4.57

#b341cf in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#b341cf">Your Example Paragraph content text in with font color #b341cf </p>

Your Example Paragraph content text in with font color #b341cf

HTML with inline CSS

<div style="color:#b341cf">Your Paragraph text in with font color #b341cf </div>

Your Example Paragraph content text in with font color #b341cf

#b341cf color code is use for CSS Background Color

Background color for the above div is #b341cf

HTML with inline CSS

<div style="background-color:#b341cf;"></div>

#b341cf color code is use for CSS Border Color

CSS Border color for the above div is #b341cf

HTML with inline CSS

<div style="border:5px solid #b341cf;"></div>

CSS Border Left color for the above div is #b341cf

HTML with inline CSS

<div style="border-left:5px solid #b341cf;"></div>

CSS Border Right color for the above div is #b341cf

HTML with inline CSS

<div style="border-right:5px solid #b341cf;"></div>

CSS Border Bottom color for the above div is #b341cf

HTML with inline CSS

<div style="border-bottom:5px solid #b341cf;"></div>

CSS Border Top color for the above div is #b341cf

HTML with inline CSS

<div style="border-top:5px solid #b341cf;"></div>

#b341cf hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#b341cf; } .examplecolorclass {color:#b341cf; } .examplebordercolor {border:3px solid #b341cf; }

#b341cf Color code Preview on White Background

This is how #b341cf Color code will look on white background color. Color contrast ratio is 4.59

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #b341cf; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b341cf; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(179,65,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,207,65,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,65,207,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }