Shades of Dark Violet #B116DB
Tints of Dark Violet #B116DB
RGB
CMYK
RGB Variations
Color information
#B116DB (or 0xB116DB) is known color: Dark Violet. HEX triplet: B1, 16 and DB. RGB value is (177,22,219). Sum of RGB (Red+Green+Blue) = 177+22+219=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #B116DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116DB is #4EE924. Grayscale: #5A5A5A. Windows color (decimal): -5171493 or 14358193. OLE color: 14358193.
HSL color Cylindrical-coordinate representation of color #B116DB: hue angle of 287.21º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B116DB is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 22 | 219 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.14 |
| HSL | 287.21º | 0.82% | 0.47% | - |
| HSV(B) | 287.21º | 0.9% | 0.86% | - |
| XYZ | 31.2 | 15.04 | 68.28 | - |
| YUV | 90.8 | 200.35 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 219 | 0.19 | 0.90 | 0 | 0.14 | 287.21 | 0.82 | 0.47 |
| Hex | B1 | 16 | DB | 13 | 5A | 0 | E | 11F | 52 | 2F |
| Octal | 261 | 26 | 333 | 23 | 132 | 0 | 16 | 437 | 122 | 57 |
| Binary | 10110001 | 10110 | 11011011 | 10011 | 1011010 | 0 | 1110 | 100011111 | 1010010 | 101111 |
Color Harmonies of #B116DB
Complementary color
Monochromatic Colors of #B116DB
Black with #B116DB
Text Example
Text Example
White with #B116DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116DB; }
p { color: rgb(177,22,219); }
H1.HeaderClassName
{
color: #B116DB;
}
.AnyTagClassName
{
color: #B116DB;
}
</style>
background-color css
<style>
a { background-color: #B116DB; }
a { background-color: rgb(177,22,219); }
div.DivClassName
{
background-color: #B116DB;
}
.BgClassName
{
background-color: #B116DB;
}
</style>
border-color css
<style>
span { border-color: #B116DB; }
span { border-color: rgb(177,22,219); }
td.TdClassName
{
border-color: #B116DB;
}
.TagClassName
{
border-color: #B116DB;
}
</style>