Skip to main content Skip to docs navigation

#b010cb 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 Vivid Mulberry and its hex is #B80CE3 Nearest Color Name

Color Hue/Base color: Violet

Hex #b010cb Color code in RGB color code model is created after adding 69.02% red color, 6.27% green color and 79.61% blue color. Hex #b010cb Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 92% magenta, 0% yellow and 20.39% black.

Hex #b010cb color code is between #aa11cc web safe hex color code and #bb00bb web safe hex color code. #aa11cc is the nearest web safe color code. You can see here many more shades of #b010cb color code.

RGB Chart

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

Color Table

Hex Color Code b010cb #b010cb
RGB Decimal 176, 16, 203 176, 16, 203
RGB Percent 69%, 6%, 80% rgb(69%, 6%, 80%)
CSS RGBa 176, 16, 203,1 rgba(176,16,203,1)
CMYK Model cmyk(13%,92%,0%,20.39%)
HSL Color Space 291,85% ,43% hsl(291,85% ,43%)
HSV Color Space 291°, 92%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110000 00010000 11001011
Octal 260 20 313
Decimal 176 16 203
Hex b0 10 cb

Different shades of #b010cb color code.

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

Darkest of #b010cb
#35053d
Darker of #b010cb
#5e096c
Dark of #b010cb
#870c9c
Base of #b010cb
#b010cb
Light of #b010cb
#d021ed
Lighter
#da50f1
Lightest
#e47ff5

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

#b010cb
#2bcb10

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

Split Complementary

#b010cb
#88cb10
#10cb53

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

Analogous Color

#4310cb
#6210cb
#b010cb
#cb10a8
#cb105a

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

#b010cb
#10cbb0
#cbb010

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

#b010cb
#cbb010
#2bcb10
#102bcb

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

#b010cb
#cb5310
#2bcb10
#1088cb

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

#0c010e
#35053d
#5e096c
#870c9c
#b010cb
#d021ed
#da50f1
#e47ff5
#eeaef9

Tints of #b010cb Color

#b010cb
#b82ad0
#c145d6
#ca5fdc
#d37ae2
#db94e7
#e4afed
#edc9f3
#f6e4f9
#ffffff

Shades of #b010cb color code

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

#b010cb
#9c0eb4
#880c9d
#750a87
#610870
#4e075a
#3a0543
#27032d
#130116
#000000

Tones

#b010cb
#a026b5
#913c9f
#815289
#726873

Tones

Similar Color like #b010cb color

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

#b111cc
#b212cd
#b313ce
#b414cf
#b515d0
#b616d1
#b717d2
#b818d3
#b919d4
#ba1ad5
#bb1bd6
#bc1cd7
#bd1dd8
#be1ed9
#af0fca
#ae0ec9
#ad0dc8
#ac0cc7
#ab0bc6
#aa0ac5
#a909c4
#a808c3
#a707c2
#a606c1
#a505c0
#a404bf
#a303be
#a202bd

Download this Dark Violet

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

#b010cb Color Code Preview on Black Background Color

This is how #b010cb Color will look on black background color. Color contrast ratio is 3.78

#b010cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b010cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b010cb

#b010cb color code is use for CSS Background Color

Background color for the above div is #b010cb

HTML with inline CSS

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

#b010cb color code is use for CSS Border Color

CSS Border color for the above div is #b010cb

HTML with inline CSS

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

CSS Border Left color for the above div is #b010cb

HTML with inline CSS

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

CSS Border Right color for the above div is #b010cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b010cb

HTML with inline CSS

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

CSS Border Top color for the above div is #b010cb

HTML with inline CSS

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

#b010cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b010cb Color code Preview on White Background

This is how #b010cb Color code will look on white background color. Color contrast ratio is 5.55

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 #b010cb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b010cb; }

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