Shades of Dark Violet #B111DF
Tints of Dark Violet #B111DF
RGB
CMYK
RGB Variations
Color information
#B111DF (or 0xB111DF) is known color: Dark Violet. HEX triplet: B1, 11 and DF. RGB value is (177,17,223). Sum of RGB (Red+Green+Blue) = 177+17+223=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #B111DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111DF is #4EEE20. Grayscale: #575757. Windows color (decimal): -5172769 or 14619057. OLE color: 14619057.
HSL color Cylindrical-coordinate representation of color #B111DF: hue angle of 286.6º 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 #B111DF is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 17 | 223 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.13 |
| HSL | 286.6º | 0.86% | 0.47% | - |
| HSV(B) | 286.6º | 0.92% | 0.87% | - |
| XYZ | 31.65 | 15.08 | 71.05 | - |
| YUV | 88.32 | 204.01 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 223 | 0.21 | 0.92 | 0 | 0.13 | 286.6 | 0.86 | 0.47 |
| Hex | B1 | 11 | DF | 15 | 5C | 0 | D | 11F | 56 | 2F |
| Octal | 261 | 21 | 337 | 25 | 134 | 0 | 15 | 437 | 126 | 57 |
| Binary | 10110001 | 10001 | 11011111 | 10101 | 1011100 | 0 | 1101 | 100011111 | 1010110 | 101111 |
Color Harmonies of #B111DF
Complementary color
Monochromatic Colors of #B111DF
Black with #B111DF
Text Example
Text Example
White with #B111DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111DF; }
p { color: rgb(177,17,223); }
H1.HeaderClassName
{
color: #B111DF;
}
.AnyTagClassName
{
color: #B111DF;
}
</style>
background-color css
<style>
a { background-color: #B111DF; }
a { background-color: rgb(177,17,223); }
div.DivClassName
{
background-color: #B111DF;
}
.BgClassName
{
background-color: #B111DF;
}
</style>
border-color css
<style>
span { border-color: #B111DF; }
span { border-color: rgb(177,17,223); }
td.TdClassName
{
border-color: #B111DF;
}
.TagClassName
{
border-color: #B111DF;
}
</style>