Shades of Dark Violet #B004E2
Tints of Dark Violet #B004E2
RGB
CMYK
RGB Variations
Color information
#B004E2 (or 0xB004E2) is known color: Dark Violet. HEX triplet: B0, 04 and E2. RGB value is (176,4,226). Sum of RGB (Red+Green+Blue) = 176+4+226=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 226 (88.67% from 255 or 55.67% from 406); Max value from RGB is 226 - color contains mainly: blue. Hex color #B004E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B004E2 is #4FFB1D. Grayscale: #505050. Windows color (decimal): -5241630 or 14812336. OLE color: 14812336.
HSL color Cylindrical-coordinate representation of color #B004E2: hue angle of 286.49º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B004E2 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 4 | 226 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.11 |
| HSL | 286.49º | 0.97% | 0.45% | - |
| HSV(B) | 286.49º | 0.98% | 0.89% | - |
| XYZ | 31.68 | 14.81 | 73.14 | - |
| YUV | 80.74 | 209.98 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 226 | 0.22 | 0.98 | 0 | 0.11 | 286.49 | 0.97 | 0.45 |
| Hex | B0 | 4 | E2 | 16 | 62 | 0 | B | 11E | 61 | 2D |
| Octal | 260 | 4 | 342 | 26 | 142 | 0 | 13 | 436 | 141 | 55 |
| Binary | 10110000 | 100 | 11100010 | 10110 | 1100010 | 0 | 1011 | 100011110 | 1100001 | 101101 |
Color Harmonies of #B004E2
Complementary color
Monochromatic Colors of #B004E2
Black with #B004E2
Text Example
Text Example
White with #B004E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B004E2; }
p { color: rgb(176,4,226); }
H1.HeaderClassName
{
color: #B004E2;
}
.AnyTagClassName
{
color: #B004E2;
}
</style>
background-color css
<style>
a { background-color: #B004E2; }
a { background-color: rgb(176,4,226); }
div.DivClassName
{
background-color: #B004E2;
}
.BgClassName
{
background-color: #B004E2;
}
</style>
border-color css
<style>
span { border-color: #B004E2; }
span { border-color: rgb(176,4,226); }
td.TdClassName
{
border-color: #B004E2;
}
.TagClassName
{
border-color: #B004E2;
}
</style>