Shades of Dark Violet #B002CF
Tints of Dark Violet #B002CF
RGB
CMYK
RGB Variations
Color information
#B002CF (or 0xB002CF) is known color: Dark Violet. HEX triplet: B0, 02 and CF. RGB value is (176,2,207). Sum of RGB (Red+Green+Blue) = 176+2+207=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #B002CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B002CF is #4FFD30. Grayscale: #4C4C4C. Windows color (decimal): -5242161 or 13566640. OLE color: 13566640.
HSL color Cylindrical-coordinate representation of color #B002CF: hue angle of 290.93º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002CF is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 2 | 207 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.19 |
| HSL | 290.93º | 0.98% | 0.41% | - |
| HSV(B) | 290.93º | 0.99% | 0.81% | - |
| XYZ | 29.19 | 13.78 | 60.15 | - |
| YUV | 77.4 | 201.15 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 207 | 0.15 | 0.99 | 0 | 0.19 | 290.93 | 0.98 | 0.41 |
| Hex | B0 | 2 | CF | F | 63 | 0 | 13 | 123 | 62 | 29 |
| Octal | 260 | 2 | 317 | 17 | 143 | 0 | 23 | 443 | 142 | 51 |
| Binary | 10110000 | 10 | 11001111 | 1111 | 1100011 | 0 | 10011 | 100100011 | 1100010 | 101001 |
Color Harmonies of #B002CF
Complementary color
Monochromatic Colors of #B002CF
Black with #B002CF
Text Example
Text Example
White with #B002CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002CF; }
p { color: rgb(176,2,207); }
H1.HeaderClassName
{
color: #B002CF;
}
.AnyTagClassName
{
color: #B002CF;
}
</style>
background-color css
<style>
a { background-color: #B002CF; }
a { background-color: rgb(176,2,207); }
div.DivClassName
{
background-color: #B002CF;
}
.BgClassName
{
background-color: #B002CF;
}
</style>
border-color css
<style>
span { border-color: #B002CF; }
span { border-color: rgb(176,2,207); }
td.TdClassName
{
border-color: #B002CF;
}
.TagClassName
{
border-color: #B002CF;
}
</style>