Shades of Dark Violet #B008E2
Tints of Dark Violet #B008E2
RGB
CMYK
RGB Variations
Color information
#B008E2 (or 0xB008E2) is known color: Dark Violet. HEX triplet: B0, 08 and E2. RGB value is (176,8,226). Sum of RGB (Red+Green+Blue) = 176+8+226=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 226 (88.67% from 255 or 55.12% from 410); Max value from RGB is 226 - color contains mainly: blue. Hex color #B008E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008E2 is #4FF71D. Grayscale: #525252. Windows color (decimal): -5240606 or 14813360. OLE color: 14813360.
HSL color Cylindrical-coordinate representation of color #B008E2: hue angle of 286.24º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B008E2 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 8 | 226 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.11 |
| HSL | 286.24º | 0.93% | 0.46% | - |
| HSV(B) | 286.24º | 0.96% | 0.89% | - |
| XYZ | 31.72 | 14.89 | 73.15 | - |
| YUV | 83.08 | 208.66 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 226 | 0.22 | 0.96 | 0 | 0.11 | 286.24 | 0.93 | 0.46 |
| Hex | B0 | 8 | E2 | 16 | 60 | 0 | B | 11E | 5D | 2E |
| Octal | 260 | 10 | 342 | 26 | 140 | 0 | 13 | 436 | 135 | 56 |
| Binary | 10110000 | 1000 | 11100010 | 10110 | 1100000 | 0 | 1011 | 100011110 | 1011101 | 101110 |
Color Harmonies of #B008E2
Complementary color
Monochromatic Colors of #B008E2
Black with #B008E2
Text Example
Text Example
White with #B008E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008E2; }
p { color: rgb(176,8,226); }
H1.HeaderClassName
{
color: #B008E2;
}
.AnyTagClassName
{
color: #B008E2;
}
</style>
background-color css
<style>
a { background-color: #B008E2; }
a { background-color: rgb(176,8,226); }
div.DivClassName
{
background-color: #B008E2;
}
.BgClassName
{
background-color: #B008E2;
}
</style>
border-color css
<style>
span { border-color: #B008E2; }
span { border-color: rgb(176,8,226); }
td.TdClassName
{
border-color: #B008E2;
}
.TagClassName
{
border-color: #B008E2;
}
</style>