Shades of Dark Violet #B002D9
Tints of Dark Violet #B002D9
RGB
CMYK
RGB Variations
Color information
#B002D9 (or 0xB002D9) is known color: Dark Violet. HEX triplet: B0, 02 and D9. RGB value is (176,2,217). Sum of RGB (Red+Green+Blue) = 176+2+217=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #B002D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B002D9 is #4FFD26. Grayscale: #4D4D4D. Windows color (decimal): -5242151 or 14222000. OLE color: 14222000.
HSL color Cylindrical-coordinate representation of color #B002D9: hue angle of 288.56º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002D9 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 2 | 217 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.15 |
| HSL | 288.56º | 0.98% | 0.43% | - |
| HSV(B) | 288.56º | 0.99% | 0.85% | - |
| XYZ | 30.45 | 14.28 | 66.8 | - |
| YUV | 78.54 | 206.15 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 217 | 0.19 | 0.99 | 0 | 0.15 | 288.56 | 0.98 | 0.43 |
| Hex | B0 | 2 | D9 | 13 | 63 | 0 | F | 121 | 62 | 2B |
| Octal | 260 | 2 | 331 | 23 | 143 | 0 | 17 | 441 | 142 | 53 |
| Binary | 10110000 | 10 | 11011001 | 10011 | 1100011 | 0 | 1111 | 100100001 | 1100010 | 101011 |
Color Harmonies of #B002D9
Complementary color
Monochromatic Colors of #B002D9
Black with #B002D9
Text Example
Text Example
White with #B002D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002D9; }
p { color: rgb(176,2,217); }
H1.HeaderClassName
{
color: #B002D9;
}
.AnyTagClassName
{
color: #B002D9;
}
</style>
background-color css
<style>
a { background-color: #B002D9; }
a { background-color: rgb(176,2,217); }
div.DivClassName
{
background-color: #B002D9;
}
.BgClassName
{
background-color: #B002D9;
}
</style>
border-color css
<style>
span { border-color: #B002D9; }
span { border-color: rgb(176,2,217); }
td.TdClassName
{
border-color: #B002D9;
}
.TagClassName
{
border-color: #B002D9;
}
</style>