Shades of Dark Violet #B008D6
Tints of Dark Violet #B008D6
RGB
CMYK
RGB Variations
Color information
#B008D6 (or 0xB008D6) is known color: Dark Violet. HEX triplet: B0, 08 and D6. RGB value is (176,8,214). Sum of RGB (Red+Green+Blue) = 176+8+214=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #B008D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008D6 is #4FF729. Grayscale: #515151. Windows color (decimal): -5240618 or 14026928. OLE color: 14026928.
HSL color Cylindrical-coordinate representation of color #B008D6: hue angle of 288.93º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B008D6 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 8 | 214 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.16 |
| HSL | 288.93º | 0.93% | 0.44% | - |
| HSV(B) | 288.93º | 0.96% | 0.84% | - |
| XYZ | 30.13 | 14.26 | 64.78 | - |
| YUV | 81.72 | 202.66 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 214 | 0.18 | 0.96 | 0 | 0.16 | 288.93 | 0.93 | 0.44 |
| Hex | B0 | 8 | D6 | 12 | 60 | 0 | 10 | 121 | 5D | 2C |
| Octal | 260 | 10 | 326 | 22 | 140 | 0 | 20 | 441 | 135 | 54 |
| Binary | 10110000 | 1000 | 11010110 | 10010 | 1100000 | 0 | 10000 | 100100001 | 1011101 | 101100 |
Color Harmonies of #B008D6
Complementary color
Monochromatic Colors of #B008D6
Black with #B008D6
Text Example
Text Example
White with #B008D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008D6; }
p { color: rgb(176,8,214); }
H1.HeaderClassName
{
color: #B008D6;
}
.AnyTagClassName
{
color: #B008D6;
}
</style>
background-color css
<style>
a { background-color: #B008D6; }
a { background-color: rgb(176,8,214); }
div.DivClassName
{
background-color: #B008D6;
}
.BgClassName
{
background-color: #B008D6;
}
</style>
border-color css
<style>
span { border-color: #B008D6; }
span { border-color: rgb(176,8,214); }
td.TdClassName
{
border-color: #B008D6;
}
.TagClassName
{
border-color: #B008D6;
}
</style>