Shades of Dark Violet #B115DB
Tints of Dark Violet #B115DB
RGB
CMYK
RGB Variations
Color information
#B115DB (or 0xB115DB) is known color: Dark Violet. HEX triplet: B1, 15 and DB. RGB value is (177,21,219). Sum of RGB (Red+Green+Blue) = 177+21+219=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #B115DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115DB is #4EEA24. Grayscale: #595959. Windows color (decimal): -5171749 or 14357937. OLE color: 14357937.
HSL color Cylindrical-coordinate representation of color #B115DB: hue angle of 287.27º 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 #B115DB is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 21 | 219 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.14 |
| HSL | 287.27º | 0.83% | 0.47% | - |
| HSV(B) | 287.27º | 0.9% | 0.86% | - |
| XYZ | 31.19 | 15 | 68.27 | - |
| YUV | 90.22 | 200.68 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 219 | 0.19 | 0.90 | 0 | 0.14 | 287.27 | 0.83 | 0.47 |
| Hex | B1 | 15 | DB | 13 | 5A | 0 | E | 11F | 52 | 2F |
| Octal | 261 | 25 | 333 | 23 | 132 | 0 | 16 | 437 | 122 | 57 |
| Binary | 10110001 | 10101 | 11011011 | 10011 | 1011010 | 0 | 1110 | 100011111 | 1010010 | 101111 |
Color Harmonies of #B115DB
Complementary color
Monochromatic Colors of #B115DB
Black with #B115DB
Text Example
Text Example
White with #B115DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115DB; }
p { color: rgb(177,21,219); }
H1.HeaderClassName
{
color: #B115DB;
}
.AnyTagClassName
{
color: #B115DB;
}
</style>
background-color css
<style>
a { background-color: #B115DB; }
a { background-color: rgb(177,21,219); }
div.DivClassName
{
background-color: #B115DB;
}
.BgClassName
{
background-color: #B115DB;
}
</style>
border-color css
<style>
span { border-color: #B115DB; }
span { border-color: rgb(177,21,219); }
td.TdClassName
{
border-color: #B115DB;
}
.TagClassName
{
border-color: #B115DB;
}
</style>