Shades of Dark Violet #B117DB
Tints of Dark Violet #B117DB
RGB
CMYK
RGB Variations
Color information
#B117DB (or 0xB117DB) is known color: Dark Violet. HEX triplet: B1, 17 and DB. RGB value is (177,23,219). Sum of RGB (Red+Green+Blue) = 177+23+219=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #B117DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117DB is #4EE824. Grayscale: #5A5A5A. Windows color (decimal): -5171237 or 14358449. OLE color: 14358449.
HSL color Cylindrical-coordinate representation of color #B117DB: hue angle of 287.14º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B117DB is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 23 | 219 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.14 |
| HSL | 287.14º | 0.81% | 0.47% | - |
| HSV(B) | 287.14º | 0.89% | 0.86% | - |
| XYZ | 31.22 | 15.07 | 68.28 | - |
| YUV | 91.39 | 200.02 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 219 | 0.19 | 0.89 | 0 | 0.14 | 287.14 | 0.81 | 0.47 |
| Hex | B1 | 17 | DB | 13 | 59 | 0 | E | 11F | 51 | 2F |
| Octal | 261 | 27 | 333 | 23 | 131 | 0 | 16 | 437 | 121 | 57 |
| Binary | 10110001 | 10111 | 11011011 | 10011 | 1011001 | 0 | 1110 | 100011111 | 1010001 | 101111 |
Color Harmonies of #B117DB
Complementary color
Monochromatic Colors of #B117DB
Black with #B117DB
Text Example
Text Example
White with #B117DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117DB; }
p { color: rgb(177,23,219); }
H1.HeaderClassName
{
color: #B117DB;
}
.AnyTagClassName
{
color: #B117DB;
}
</style>
background-color css
<style>
a { background-color: #B117DB; }
a { background-color: rgb(177,23,219); }
div.DivClassName
{
background-color: #B117DB;
}
.BgClassName
{
background-color: #B117DB;
}
</style>
border-color css
<style>
span { border-color: #B117DB; }
span { border-color: rgb(177,23,219); }
td.TdClassName
{
border-color: #B117DB;
}
.TagClassName
{
border-color: #B117DB;
}
</style>