Shades of Dark Violet #B016CE
Tints of Dark Violet #B016CE
RGB
CMYK
RGB Variations
Color information
#B016CE (or 0xB016CE) is known color: Dark Violet. HEX triplet: B0, 16 and CE. RGB value is (176,22,206). Sum of RGB (Red+Green+Blue) = 176+22+206=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #B016CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B016CE is #4FE931. Grayscale: #585858. Windows color (decimal): -5237042 or 13506224. OLE color: 13506224.
HSL color Cylindrical-coordinate representation of color #B016CE: hue angle of 290.22º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B016CE is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 22 | 206 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.19 |
| HSL | 290.22º | 0.81% | 0.45% | - |
| HSV(B) | 290.22º | 0.89% | 0.81% | - |
| XYZ | 29.33 | 14.26 | 59.6 | - |
| YUV | 89.02 | 194.02 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 206 | 0.15 | 0.89 | 0 | 0.19 | 290.22 | 0.81 | 0.45 |
| Hex | B0 | 16 | CE | F | 59 | 0 | 13 | 122 | 51 | 2D |
| Octal | 260 | 26 | 316 | 17 | 131 | 0 | 23 | 442 | 121 | 55 |
| Binary | 10110000 | 10110 | 11001110 | 1111 | 1011001 | 0 | 10011 | 100100010 | 1010001 | 101101 |
Color Harmonies of #B016CE
Complementary color
Monochromatic Colors of #B016CE
Black with #B016CE
Text Example
Text Example
White with #B016CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B016CE; }
p { color: rgb(176,22,206); }
H1.HeaderClassName
{
color: #B016CE;
}
.AnyTagClassName
{
color: #B016CE;
}
</style>
background-color css
<style>
a { background-color: #B016CE; }
a { background-color: rgb(176,22,206); }
div.DivClassName
{
background-color: #B016CE;
}
.BgClassName
{
background-color: #B016CE;
}
</style>
border-color css
<style>
span { border-color: #B016CE; }
span { border-color: rgb(176,22,206); }
td.TdClassName
{
border-color: #B016CE;
}
.TagClassName
{
border-color: #B016CE;
}
</style>