Shades of Dark Violet #B010D2
Tints of Dark Violet #B010D2
RGB
CMYK
RGB Variations
Color information
#B010D2 (or 0xB010D2) is known color: Dark Violet. HEX triplet: B0, 10 and D2. RGB value is (176,16,210). Sum of RGB (Red+Green+Blue) = 176+16+210=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 210 (82.42% from 255 or 52.24% from 402); Max value from RGB is 210 - color contains mainly: blue. Hex color #B010D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010D2 is #4FEF2D. Grayscale: #555555. Windows color (decimal): -5238574 or 13766832. OLE color: 13766832.
HSL color Cylindrical-coordinate representation of color #B010D2: hue angle of 289.48º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B010D2 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 16 | 210 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.18 |
| HSL | 289.48º | 0.86% | 0.44% | - |
| HSV(B) | 289.48º | 0.92% | 0.82% | - |
| XYZ | 29.72 | 14.25 | 62.16 | - |
| YUV | 85.96 | 198.01 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 210 | 0.16 | 0.92 | 0 | 0.18 | 289.48 | 0.86 | 0.44 |
| Hex | B0 | 10 | D2 | 10 | 5C | 0 | 12 | 121 | 56 | 2C |
| Octal | 260 | 20 | 322 | 20 | 134 | 0 | 22 | 441 | 126 | 54 |
| Binary | 10110000 | 10000 | 11010010 | 10000 | 1011100 | 0 | 10010 | 100100001 | 1010110 | 101100 |
Color Harmonies of #B010D2
Complementary color
Monochromatic Colors of #B010D2
Black with #B010D2
Text Example
Text Example
White with #B010D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010D2; }
p { color: rgb(176,16,210); }
H1.HeaderClassName
{
color: #B010D2;
}
.AnyTagClassName
{
color: #B010D2;
}
</style>
background-color css
<style>
a { background-color: #B010D2; }
a { background-color: rgb(176,16,210); }
div.DivClassName
{
background-color: #B010D2;
}
.BgClassName
{
background-color: #B010D2;
}
</style>
border-color css
<style>
span { border-color: #B010D2; }
span { border-color: rgb(176,16,210); }
td.TdClassName
{
border-color: #B010D2;
}
.TagClassName
{
border-color: #B010D2;
}
</style>