Shades of Dark Violet #B011DF
Tints of Dark Violet #B011DF
RGB
CMYK
RGB Variations
Color information
#B011DF (or 0xB011DF) is known color: Dark Violet. HEX triplet: B0, 11 and DF. RGB value is (176,17,223). Sum of RGB (Red+Green+Blue) = 176+17+223=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #B011DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011DF is #4FEE20. Grayscale: #575757. Windows color (decimal): -5238305 or 14619056. OLE color: 14619056.
HSL color Cylindrical-coordinate representation of color #B011DF: hue angle of 286.31º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B011DF is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 17 | 223 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.13 |
| HSL | 286.31º | 0.86% | 0.47% | - |
| HSV(B) | 286.31º | 0.92% | 0.87% | - |
| XYZ | 31.42 | 14.96 | 71.04 | - |
| YUV | 88.03 | 204.18 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 223 | 0.21 | 0.92 | 0 | 0.13 | 286.31 | 0.86 | 0.47 |
| Hex | B0 | 11 | DF | 15 | 5C | 0 | D | 11E | 56 | 2F |
| Octal | 260 | 21 | 337 | 25 | 134 | 0 | 15 | 436 | 126 | 57 |
| Binary | 10110000 | 10001 | 11011111 | 10101 | 1011100 | 0 | 1101 | 100011110 | 1010110 | 101111 |
Color Harmonies of #B011DF
Complementary color
Monochromatic Colors of #B011DF
Black with #B011DF
Text Example
Text Example
White with #B011DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B011DF; }
p { color: rgb(176,17,223); }
H1.HeaderClassName
{
color: #B011DF;
}
.AnyTagClassName
{
color: #B011DF;
}
</style>
background-color css
<style>
a { background-color: #B011DF; }
a { background-color: rgb(176,17,223); }
div.DivClassName
{
background-color: #B011DF;
}
.BgClassName
{
background-color: #B011DF;
}
</style>
border-color css
<style>
span { border-color: #B011DF; }
span { border-color: rgb(176,17,223); }
td.TdClassName
{
border-color: #B011DF;
}
.TagClassName
{
border-color: #B011DF;
}
</style>