Shades of Dark Violet #B004D2
Tints of Dark Violet #B004D2
RGB
CMYK
RGB Variations
Color information
#B004D2 (or 0xB004D2) is known color: Dark Violet. HEX triplet: B0, 04 and D2. RGB value is (176,4,210). Sum of RGB (Red+Green+Blue) = 176+4+210=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #B004D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B004D2 is #4FFB2D. Grayscale: #4E4E4E. Windows color (decimal): -5241646 or 13763760. OLE color: 13763760.
HSL color Cylindrical-coordinate representation of color #B004D2: hue angle of 290.1º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B004D2 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 4 | 210 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.18 |
| HSL | 290.1º | 0.96% | 0.42% | - |
| HSV(B) | 290.1º | 0.98% | 0.82% | - |
| XYZ | 29.58 | 13.97 | 62.11 | - |
| YUV | 78.91 | 201.98 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 210 | 0.16 | 0.98 | 0 | 0.18 | 290.1 | 0.96 | 0.42 |
| Hex | B0 | 4 | D2 | 10 | 62 | 0 | 12 | 122 | 60 | 2A |
| Octal | 260 | 4 | 322 | 20 | 142 | 0 | 22 | 442 | 140 | 52 |
| Binary | 10110000 | 100 | 11010010 | 10000 | 1100010 | 0 | 10010 | 100100010 | 1100000 | 101010 |
Color Harmonies of #B004D2
Complementary color
Monochromatic Colors of #B004D2
Black with #B004D2
Text Example
Text Example
White with #B004D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B004D2; }
p { color: rgb(176,4,210); }
H1.HeaderClassName
{
color: #B004D2;
}
.AnyTagClassName
{
color: #B004D2;
}
</style>
background-color css
<style>
a { background-color: #B004D2; }
a { background-color: rgb(176,4,210); }
div.DivClassName
{
background-color: #B004D2;
}
.BgClassName
{
background-color: #B004D2;
}
</style>
border-color css
<style>
span { border-color: #B004D2; }
span { border-color: rgb(176,4,210); }
td.TdClassName
{
border-color: #B004D2;
}
.TagClassName
{
border-color: #B004D2;
}
</style>