Skip to main content Skip to docs navigation

#b005ce 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 Ferocious Fuchsia and its hex is #AA00CC Nearest Color Name

Color Hue/Base color: Violet

Hex #b005ce Color code in RGB color code model is created after adding 69.02% red color, 1.96% green color and 80.78% blue color. Hex #b005ce Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 98% magenta, 0% yellow and 19.22% black.

Hex #b005ce color code is between #aa00cc web safe hex color code and #bb00dd web safe hex color code. #aa00cc is the nearest web safe color code. You can see here many more shades of #b005ce color code.

RGB Chart

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

Color Table

Hex Color Code b005ce #b005ce
RGB Decimal 176, 5, 206 176, 5, 206
RGB Percent 69%, 2%, 81% rgb(69%, 2%, 81%)
CSS RGBa 176, 5, 206,1 rgba(176,5,206,1)
CMYK Model cmyk(15%,98%,0%,19.22%)
HSL Color Space 291,95% ,41% hsl(291,95% ,41%)
HSV Color Space 291°, 98%, 81%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110000 00000101 11001110
Octal 260 5 316
Decimal 176 5 206
Hex b0 05 ce

Different shades of #b005ce color code.

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

Darkest of #b005ce
#300139
Darker of #b005ce
#5b036a
Dark of #b005ce
#85049c
Base of #b005ce
#b005ce
Light of #b005ce
#d60df9
Lighter
#de3ffa
Lightest
#e770fc

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

#b005ce
#23ce05

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

Split Complementary

#b005ce
#88ce05
#05ce4b

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

Analogous Color

#3b05ce
#5c05ce
#b005ce
#ce05a9
#ce0555

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

#b005ce
#05ceb0
#ceb005

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

#b005ce
#ceb005
#23ce05
#0523ce

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

#b005ce
#ce4b05
#23ce05
#0588ce

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 #b005ce

#060007
#300139
#5b036a
#85049c
#b005ce
#d60df9
#de3ffa
#e770fc
#efa2fd

Tints of #b005ce Color

#b005ce
#b820d3
#c13cd8
#ca58de
#d374e3
#db8fe9
#e4abee
#edc7f4
#f6e3f9
#ffffff

Shades of #b005ce color code

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

#b005ce
#9c04b7
#8803a0
#750389
#610272
#4e025b
#3a0144
#27012d
#130016
#000000

Tones

#b005ce
#a11ab9
#922fa4
#84448f
#75597a

Tones

Similar Color like #b005ce color

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

#b106cf
#b207d0
#b308d1
#b409d2
#b50ad3
#b60bd4
#b70cd5
#b80dd6
#b90ed7
#ba0fd8
#bb10d9
#bc11da
#bd12db
#be13dc
#af04cd
#ae03cc
#ad02cb
#ac01ca
#ab00c9
#aa00c8
#a900c7
#a800c6
#a700c5
#a600c4
#a500c3
#a400c2
#a300c1
#a200c0

Download this Dark Violet

Hex #b005ce 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.

#b005ce Color Code Preview on Black Background Color

This is how #b005ce Color will look on black background color. Color contrast ratio is 3.76

#b005ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b005ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b005ce

#b005ce color code is use for CSS Background Color

Background color for the above div is #b005ce

HTML with inline CSS

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

#b005ce color code is use for CSS Border Color

CSS Border color for the above div is #b005ce

HTML with inline CSS

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

CSS Border Left color for the above div is #b005ce

HTML with inline CSS

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

CSS Border Right color for the above div is #b005ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b005ce

HTML with inline CSS

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

CSS Border Top color for the above div is #b005ce

HTML with inline CSS

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

#b005ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b005ce Color code Preview on White Background

This is how #b005ce Color code will look on white background color. Color contrast ratio is 5.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 #b005ce; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b005ce; }

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(176,5,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(35,206,5,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,5,206,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }