Shades of Dark Violet #B010D7
Tints of Dark Violet #B010D7
RGB
CMYK
RGB Variations
Color information
#B010D7 (or 0xB010D7) is known color: Dark Violet. HEX triplet: B0, 10 and D7. RGB value is (176,16,215). Sum of RGB (Red+Green+Blue) = 176+16+215=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 215 (84.38% from 255 or 52.83% from 407); Max value from RGB is 215 - color contains mainly: blue. Hex color #B010D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010D7 is #4FEF28. Grayscale: #555555. Windows color (decimal): -5238569 or 14094512. OLE color: 14094512.
HSL color Cylindrical-coordinate representation of color #B010D7: hue angle of 288.24º 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 #B010D7 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 16 | 215 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.16 |
| HSL | 288.24º | 0.86% | 0.45% | - |
| HSV(B) | 288.24º | 0.93% | 0.84% | - |
| XYZ | 30.36 | 14.51 | 65.49 | - |
| YUV | 86.53 | 200.51 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 215 | 0.18 | 0.93 | 0 | 0.16 | 288.24 | 0.86 | 0.45 |
| Hex | B0 | 10 | D7 | 12 | 5D | 0 | 10 | 120 | 56 | 2D |
| Octal | 260 | 20 | 327 | 22 | 135 | 0 | 20 | 440 | 126 | 55 |
| Binary | 10110000 | 10000 | 11010111 | 10010 | 1011101 | 0 | 10000 | 100100000 | 1010110 | 101101 |
Color Harmonies of #B010D7
Complementary color
Monochromatic Colors of #B010D7
Black with #B010D7
Text Example
Text Example
White with #B010D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010D7; }
p { color: rgb(176,16,215); }
H1.HeaderClassName
{
color: #B010D7;
}
.AnyTagClassName
{
color: #B010D7;
}
</style>
background-color css
<style>
a { background-color: #B010D7; }
a { background-color: rgb(176,16,215); }
div.DivClassName
{
background-color: #B010D7;
}
.BgClassName
{
background-color: #B010D7;
}
</style>
border-color css
<style>
span { border-color: #B010D7; }
span { border-color: rgb(176,16,215); }
td.TdClassName
{
border-color: #B010D7;
}
.TagClassName
{
border-color: #B010D7;
}
</style>