Shades of Dark Violet #B110D6
Tints of Dark Violet #B110D6
RGB
CMYK
RGB Variations
Color information
#B110D6 (or 0xB110D6) is known color: Dark Violet. HEX triplet: B1, 10 and D6. RGB value is (177,16,214). Sum of RGB (Red+Green+Blue) = 177+16+214=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #B110D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110D6 is #4EEF29. Grayscale: #565656. Windows color (decimal): -5173034 or 14028977. OLE color: 14028977.
HSL color Cylindrical-coordinate representation of color #B110D6: hue angle of 288.79º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B110D6 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 16 | 214 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.16 |
| HSL | 288.79º | 0.86% | 0.45% | - |
| HSV(B) | 288.79º | 0.93% | 0.84% | - |
| XYZ | 30.45 | 14.57 | 64.83 | - |
| YUV | 86.71 | 199.84 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 214 | 0.17 | 0.93 | 0 | 0.16 | 288.79 | 0.86 | 0.45 |
| Hex | B1 | 10 | D6 | 11 | 5D | 0 | 10 | 121 | 56 | 2D |
| Octal | 261 | 20 | 326 | 21 | 135 | 0 | 20 | 441 | 126 | 55 |
| Binary | 10110001 | 10000 | 11010110 | 10001 | 1011101 | 0 | 10000 | 100100001 | 1010110 | 101101 |
Color Harmonies of #B110D6
Complementary color
Monochromatic Colors of #B110D6
Black with #B110D6
Text Example
Text Example
White with #B110D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110D6; }
p { color: rgb(177,16,214); }
H1.HeaderClassName
{
color: #B110D6;
}
.AnyTagClassName
{
color: #B110D6;
}
</style>
background-color css
<style>
a { background-color: #B110D6; }
a { background-color: rgb(177,16,214); }
div.DivClassName
{
background-color: #B110D6;
}
.BgClassName
{
background-color: #B110D6;
}
</style>
border-color css
<style>
span { border-color: #B110D6; }
span { border-color: rgb(177,16,214); }
td.TdClassName
{
border-color: #B110D6;
}
.TagClassName
{
border-color: #B110D6;
}
</style>