Shades of Dark Violet #B015CE
Tints of Dark Violet #B015CE
RGB
CMYK
RGB Variations
Color information
#B015CE (or 0xB015CE) is known color: Dark Violet. HEX triplet: B0, 15 and CE. RGB value is (176,21,206). Sum of RGB (Red+Green+Blue) = 176+21+206=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #B015CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015CE is #4FEA31. Grayscale: #575757. Windows color (decimal): -5237298 or 13505968. OLE color: 13505968.
HSL color Cylindrical-coordinate representation of color #B015CE: hue angle of 290.27º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B015CE is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 21 | 206 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.19 |
| HSL | 290.27º | 0.81% | 0.45% | - |
| HSV(B) | 290.27º | 0.9% | 0.81% | - |
| XYZ | 29.31 | 14.22 | 59.59 | - |
| YUV | 88.44 | 194.35 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 206 | 0.15 | 0.90 | 0 | 0.19 | 290.27 | 0.81 | 0.45 |
| Hex | B0 | 15 | CE | F | 5A | 0 | 13 | 122 | 51 | 2D |
| Octal | 260 | 25 | 316 | 17 | 132 | 0 | 23 | 442 | 121 | 55 |
| Binary | 10110000 | 10101 | 11001110 | 1111 | 1011010 | 0 | 10011 | 100100010 | 1010001 | 101101 |
Color Harmonies of #B015CE
Complementary color
Monochromatic Colors of #B015CE
Black with #B015CE
Text Example
Text Example
White with #B015CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015CE; }
p { color: rgb(176,21,206); }
H1.HeaderClassName
{
color: #B015CE;
}
.AnyTagClassName
{
color: #B015CE;
}
</style>
background-color css
<style>
a { background-color: #B015CE; }
a { background-color: rgb(176,21,206); }
div.DivClassName
{
background-color: #B015CE;
}
.BgClassName
{
background-color: #B015CE;
}
</style>
border-color css
<style>
span { border-color: #B015CE; }
span { border-color: rgb(176,21,206); }
td.TdClassName
{
border-color: #B015CE;
}
.TagClassName
{
border-color: #B015CE;
}
</style>