Shades of Dark Violet #B010D6
Tints of Dark Violet #B010D6
RGB
CMYK
RGB Variations
Color information
#B010D6 (or 0xB010D6) is known color: Dark Violet. HEX triplet: B0, 10 and D6. RGB value is (176,16,214). Sum of RGB (Red+Green+Blue) = 176+16+214=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #B010D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010D6 is #4FEF29. Grayscale: #555555. Windows color (decimal): -5238570 or 14028976. OLE color: 14028976.
HSL color Cylindrical-coordinate representation of color #B010D6: hue angle of 288.48º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B010D6 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 16 | 214 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.16 |
| HSL | 288.48º | 0.86% | 0.45% | - |
| HSV(B) | 288.48º | 0.93% | 0.84% | - |
| XYZ | 30.23 | 14.46 | 64.82 | - |
| YUV | 86.41 | 200.01 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 214 | 0.18 | 0.93 | 0 | 0.16 | 288.48 | 0.86 | 0.45 |
| Hex | B0 | 10 | D6 | 12 | 5D | 0 | 10 | 120 | 56 | 2D |
| Octal | 260 | 20 | 326 | 22 | 135 | 0 | 20 | 440 | 126 | 55 |
| Binary | 10110000 | 10000 | 11010110 | 10010 | 1011101 | 0 | 10000 | 100100000 | 1010110 | 101101 |
Color Harmonies of #B010D6
Complementary color
Monochromatic Colors of #B010D6
Black with #B010D6
Text Example
Text Example
White with #B010D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010D6; }
p { color: rgb(176,16,214); }
H1.HeaderClassName
{
color: #B010D6;
}
.AnyTagClassName
{
color: #B010D6;
}
</style>
background-color css
<style>
a { background-color: #B010D6; }
a { background-color: rgb(176,16,214); }
div.DivClassName
{
background-color: #B010D6;
}
.BgClassName
{
background-color: #B010D6;
}
</style>
border-color css
<style>
span { border-color: #B010D6; }
span { border-color: rgb(176,16,214); }
td.TdClassName
{
border-color: #B010D6;
}
.TagClassName
{
border-color: #B010D6;
}
</style>