Shades of Dark Violet #B116DD
Tints of Dark Violet #B116DD
RGB
CMYK
RGB Variations
Color information
#B116DD (or 0xB116DD) is known color: Dark Violet. HEX triplet: B1, 16 and DD. RGB value is (177,22,221). Sum of RGB (Red+Green+Blue) = 177+22+221=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #B116DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116DD is #4EE922. Grayscale: #5A5A5A. Windows color (decimal): -5171491 or 14489265. OLE color: 14489265.
HSL color Cylindrical-coordinate representation of color #B116DD: hue angle of 286.73º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B116DD is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 22 | 221 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.13 |
| HSL | 286.73º | 0.82% | 0.48% | - |
| HSV(B) | 286.73º | 0.9% | 0.87% | - |
| XYZ | 31.47 | 15.14 | 69.67 | - |
| YUV | 91.03 | 201.35 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 221 | 0.20 | 0.90 | 0 | 0.13 | 286.73 | 0.82 | 0.48 |
| Hex | B1 | 16 | DD | 14 | 5A | 0 | D | 11F | 52 | 30 |
| Octal | 261 | 26 | 335 | 24 | 132 | 0 | 15 | 437 | 122 | 60 |
| Binary | 10110001 | 10110 | 11011101 | 10100 | 1011010 | 0 | 1101 | 100011111 | 1010010 | 110000 |
Color Harmonies of #B116DD
Complementary color
Monochromatic Colors of #B116DD
Black with #B116DD
Text Example
Text Example
White with #B116DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116DD; }
p { color: rgb(177,22,221); }
H1.HeaderClassName
{
color: #B116DD;
}
.AnyTagClassName
{
color: #B116DD;
}
</style>
background-color css
<style>
a { background-color: #B116DD; }
a { background-color: rgb(177,22,221); }
div.DivClassName
{
background-color: #B116DD;
}
.BgClassName
{
background-color: #B116DD;
}
</style>
border-color css
<style>
span { border-color: #B116DD; }
span { border-color: rgb(177,22,221); }
td.TdClassName
{
border-color: #B116DD;
}
.TagClassName
{
border-color: #B116DD;
}
</style>