Shades of Dark Violet #B111DD
Tints of Dark Violet #B111DD
RGB
CMYK
RGB Variations
Color information
#B111DD (or 0xB111DD) is known color: Dark Violet. HEX triplet: B1, 11 and DD. RGB value is (177,17,221). Sum of RGB (Red+Green+Blue) = 177+17+221=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #B111DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111DD is #4EEE22. Grayscale: #575757. Windows color (decimal): -5172771 or 14487985. OLE color: 14487985.
HSL color Cylindrical-coordinate representation of color #B111DD: hue angle of 287.06º 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 #B111DD is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 17 | 221 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.13 |
| HSL | 287.06º | 0.86% | 0.47% | - |
| HSV(B) | 287.06º | 0.92% | 0.87% | - |
| XYZ | 31.38 | 14.97 | 69.64 | - |
| YUV | 88.1 | 203.01 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 221 | 0.20 | 0.92 | 0 | 0.13 | 287.06 | 0.86 | 0.47 |
| Hex | B1 | 11 | DD | 14 | 5C | 0 | D | 11F | 56 | 2F |
| Octal | 261 | 21 | 335 | 24 | 134 | 0 | 15 | 437 | 126 | 57 |
| Binary | 10110001 | 10001 | 11011101 | 10100 | 1011100 | 0 | 1101 | 100011111 | 1010110 | 101111 |
Color Harmonies of #B111DD
Complementary color
Monochromatic Colors of #B111DD
Black with #B111DD
Text Example
Text Example
White with #B111DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111DD; }
p { color: rgb(177,17,221); }
H1.HeaderClassName
{
color: #B111DD;
}
.AnyTagClassName
{
color: #B111DD;
}
</style>
background-color css
<style>
a { background-color: #B111DD; }
a { background-color: rgb(177,17,221); }
div.DivClassName
{
background-color: #B111DD;
}
.BgClassName
{
background-color: #B111DD;
}
</style>
border-color css
<style>
span { border-color: #B111DD; }
span { border-color: rgb(177,17,221); }
td.TdClassName
{
border-color: #B111DD;
}
.TagClassName
{
border-color: #B111DD;
}
</style>