Shades of Dark Violet #B010CE
Tints of Dark Violet #B010CE
RGB
CMYK
RGB Variations
Color information
#B010CE (or 0xB010CE) is known color: Dark Violet. HEX triplet: B0, 10 and CE. RGB value is (176,16,206). Sum of RGB (Red+Green+Blue) = 176+16+206=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #B010CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010CE is #4FEF31. Grayscale: #545454. Windows color (decimal): -5238578 or 13504688. OLE color: 13504688.
HSL color Cylindrical-coordinate representation of color #B010CE: hue angle of 290.53º degrees, saturation: 0.86, 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 #B010CE is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 16 | 206 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.19 |
| HSL | 290.53º | 0.86% | 0.44% | - |
| HSV(B) | 290.53º | 0.92% | 0.81% | - |
| XYZ | 29.23 | 14.06 | 59.57 | - |
| YUV | 85.5 | 196.01 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 206 | 0.15 | 0.92 | 0 | 0.19 | 290.53 | 0.86 | 0.44 |
| Hex | B0 | 10 | CE | F | 5C | 0 | 13 | 123 | 56 | 2C |
| Octal | 260 | 20 | 316 | 17 | 134 | 0 | 23 | 443 | 126 | 54 |
| Binary | 10110000 | 10000 | 11001110 | 1111 | 1011100 | 0 | 10011 | 100100011 | 1010110 | 101100 |
Color Harmonies of #B010CE
Complementary color
Monochromatic Colors of #B010CE
Black with #B010CE
Text Example
Text Example
White with #B010CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010CE; }
p { color: rgb(176,16,206); }
H1.HeaderClassName
{
color: #B010CE;
}
.AnyTagClassName
{
color: #B010CE;
}
</style>
background-color css
<style>
a { background-color: #B010CE; }
a { background-color: rgb(176,16,206); }
div.DivClassName
{
background-color: #B010CE;
}
.BgClassName
{
background-color: #B010CE;
}
</style>
border-color css
<style>
span { border-color: #B010CE; }
span { border-color: rgb(176,16,206); }
td.TdClassName
{
border-color: #B010CE;
}
.TagClassName
{
border-color: #B010CE;
}
</style>