Shades of Dark Violet #B110DF
Tints of Dark Violet #B110DF
RGB
CMYK
RGB Variations
Color information
#B110DF (or 0xB110DF) is known color: Dark Violet. HEX triplet: B1, 10 and DF. RGB value is (177,16,223). Sum of RGB (Red+Green+Blue) = 177+16+223=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 16 (6.64% from 255 or 3.85% 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 #B110DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110DF is #4EEF20. Grayscale: #575757. Windows color (decimal): -5173025 or 14618801. OLE color: 14618801.
HSL color Cylindrical-coordinate representation of color #B110DF: hue angle of 286.67º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B110DF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 16 | 223 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.13 |
| HSL | 286.67º | 0.87% | 0.47% | - |
| HSV(B) | 286.67º | 0.93% | 0.87% | - |
| XYZ | 31.64 | 15.05 | 71.05 | - |
| YUV | 87.74 | 204.34 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 223 | 0.21 | 0.93 | 0 | 0.13 | 286.67 | 0.87 | 0.47 |
| Hex | B1 | 10 | DF | 15 | 5D | 0 | D | 11F | 57 | 2F |
| Octal | 261 | 20 | 337 | 25 | 135 | 0 | 15 | 437 | 127 | 57 |
| Binary | 10110001 | 10000 | 11011111 | 10101 | 1011101 | 0 | 1101 | 100011111 | 1010111 | 101111 |
Color Harmonies of #B110DF
Complementary color
Monochromatic Colors of #B110DF
Black with #B110DF
Text Example
Text Example
White with #B110DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110DF; }
p { color: rgb(177,16,223); }
H1.HeaderClassName
{
color: #B110DF;
}
.AnyTagClassName
{
color: #B110DF;
}
</style>
background-color css
<style>
a { background-color: #B110DF; }
a { background-color: rgb(177,16,223); }
div.DivClassName
{
background-color: #B110DF;
}
.BgClassName
{
background-color: #B110DF;
}
</style>
border-color css
<style>
span { border-color: #B110DF; }
span { border-color: rgb(177,16,223); }
td.TdClassName
{
border-color: #B110DF;
}
.TagClassName
{
border-color: #B110DF;
}
</style>