Shades of Dark Violet #B110DD
Tints of Dark Violet #B110DD
RGB
CMYK
RGB Variations
Color information
#B110DD (or 0xB110DD) is known color: Dark Violet. HEX triplet: B1, 10 and DD. RGB value is (177,16,221). Sum of RGB (Red+Green+Blue) = 177+16+221=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #B110DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110DD is #4EEF22. Grayscale: #565656. Windows color (decimal): -5173027 or 14487729. OLE color: 14487729.
HSL color Cylindrical-coordinate representation of color #B110DD: hue angle of 287.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B110DD is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 16 | 221 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.13 |
| HSL | 287.12º | 0.86% | 0.46% | - |
| HSV(B) | 287.12º | 0.93% | 0.87% | - |
| XYZ | 31.37 | 14.94 | 69.64 | - |
| YUV | 87.51 | 203.34 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 221 | 0.20 | 0.93 | 0 | 0.13 | 287.12 | 0.86 | 0.46 |
| Hex | B1 | 10 | DD | 14 | 5D | 0 | D | 11F | 56 | 2E |
| Octal | 261 | 20 | 335 | 24 | 135 | 0 | 15 | 437 | 126 | 56 |
| Binary | 10110001 | 10000 | 11011101 | 10100 | 1011101 | 0 | 1101 | 100011111 | 1010110 | 101110 |
Color Harmonies of #B110DD
Complementary color
Monochromatic Colors of #B110DD
Black with #B110DD
Text Example
Text Example
White with #B110DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110DD; }
p { color: rgb(177,16,221); }
H1.HeaderClassName
{
color: #B110DD;
}
.AnyTagClassName
{
color: #B110DD;
}
</style>
background-color css
<style>
a { background-color: #B110DD; }
a { background-color: rgb(177,16,221); }
div.DivClassName
{
background-color: #B110DD;
}
.BgClassName
{
background-color: #B110DD;
}
</style>
border-color css
<style>
span { border-color: #B110DD; }
span { border-color: rgb(177,16,221); }
td.TdClassName
{
border-color: #B110DD;
}
.TagClassName
{
border-color: #B110DD;
}
</style>