Shades of Dark Violet #B011CE
Tints of Dark Violet #B011CE
RGB
CMYK
RGB Variations
Color information
#B011CE (or 0xB011CE) is known color: Dark Violet. HEX triplet: B0, 11 and CE. RGB value is (176,17,206). Sum of RGB (Red+Green+Blue) = 176+17+206=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #B011CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011CE is #4FEE31. Grayscale: #555555. Windows color (decimal): -5238322 or 13504944. OLE color: 13504944.
HSL color Cylindrical-coordinate representation of color #B011CE: hue angle of 290.48º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B011CE is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 17 | 206 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.19 |
| HSL | 290.48º | 0.85% | 0.44% | - |
| HSV(B) | 290.48º | 0.92% | 0.81% | - |
| XYZ | 29.25 | 14.09 | 59.57 | - |
| YUV | 86.09 | 195.68 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 206 | 0.15 | 0.92 | 0 | 0.19 | 290.48 | 0.85 | 0.44 |
| Hex | B0 | 11 | CE | F | 5C | 0 | 13 | 122 | 55 | 2C |
| Octal | 260 | 21 | 316 | 17 | 134 | 0 | 23 | 442 | 125 | 54 |
| Binary | 10110000 | 10001 | 11001110 | 1111 | 1011100 | 0 | 10011 | 100100010 | 1010101 | 101100 |
Color Harmonies of #B011CE
Complementary color
Monochromatic Colors of #B011CE
Black with #B011CE
Text Example
Text Example
White with #B011CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B011CE; }
p { color: rgb(176,17,206); }
H1.HeaderClassName
{
color: #B011CE;
}
.AnyTagClassName
{
color: #B011CE;
}
</style>
background-color css
<style>
a { background-color: #B011CE; }
a { background-color: rgb(176,17,206); }
div.DivClassName
{
background-color: #B011CE;
}
.BgClassName
{
background-color: #B011CE;
}
</style>
border-color css
<style>
span { border-color: #B011CE; }
span { border-color: rgb(176,17,206); }
td.TdClassName
{
border-color: #B011CE;
}
.TagClassName
{
border-color: #B011CE;
}
</style>