Shades of Dark Violet #B002DB
Tints of Dark Violet #B002DB
RGB
CMYK
RGB Variations
Color information
#B002DB (or 0xB002DB) is known color: Dark Violet. HEX triplet: B0, 02 and DB. RGB value is (176,2,219). Sum of RGB (Red+Green+Blue) = 176+2+219=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #B002DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B002DB is #4FFD24. Grayscale: #4E4E4E. Windows color (decimal): -5242149 or 14353072. OLE color: 14353072.
HSL color Cylindrical-coordinate representation of color #B002DB: hue angle of 288.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002DB is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 2 | 219 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.14 |
| HSL | 288.11º | 0.98% | 0.43% | - |
| HSV(B) | 288.11º | 0.99% | 0.86% | - |
| XYZ | 30.71 | 14.39 | 68.18 | - |
| YUV | 78.76 | 207.15 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 219 | 0.20 | 0.99 | 0 | 0.14 | 288.11 | 0.98 | 0.43 |
| Hex | B0 | 2 | DB | 14 | 63 | 0 | E | 120 | 62 | 2B |
| Octal | 260 | 2 | 333 | 24 | 143 | 0 | 16 | 440 | 142 | 53 |
| Binary | 10110000 | 10 | 11011011 | 10100 | 1100011 | 0 | 1110 | 100100000 | 1100010 | 101011 |
Color Harmonies of #B002DB
Complementary color
Monochromatic Colors of #B002DB
Black with #B002DB
Text Example
Text Example
White with #B002DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002DB; }
p { color: rgb(176,2,219); }
H1.HeaderClassName
{
color: #B002DB;
}
.AnyTagClassName
{
color: #B002DB;
}
</style>
background-color css
<style>
a { background-color: #B002DB; }
a { background-color: rgb(176,2,219); }
div.DivClassName
{
background-color: #B002DB;
}
.BgClassName
{
background-color: #B002DB;
}
</style>
border-color css
<style>
span { border-color: #B002DB; }
span { border-color: rgb(176,2,219); }
td.TdClassName
{
border-color: #B002DB;
}
.TagClassName
{
border-color: #B002DB;
}
</style>