Shades of Dark Violet #B011DB
Tints of Dark Violet #B011DB
RGB
CMYK
RGB Variations
Color information
#B011DB (or 0xB011DB) is known color: Dark Violet. HEX triplet: B0, 11 and DB. RGB value is (176,17,219). Sum of RGB (Red+Green+Blue) = 176+17+219=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #B011DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011DB is #4FEE24. Grayscale: #565656. Windows color (decimal): -5238309 or 14356912. OLE color: 14356912.
HSL color Cylindrical-coordinate representation of color #B011DB: hue angle of 287.23º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B011DB is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 17 | 219 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.14 |
| HSL | 287.23º | 0.86% | 0.46% | - |
| HSV(B) | 287.23º | 0.92% | 0.86% | - |
| XYZ | 30.89 | 14.75 | 68.24 | - |
| YUV | 87.57 | 202.18 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 219 | 0.20 | 0.92 | 0 | 0.14 | 287.23 | 0.86 | 0.46 |
| Hex | B0 | 11 | DB | 14 | 5C | 0 | E | 11F | 56 | 2E |
| Octal | 260 | 21 | 333 | 24 | 134 | 0 | 16 | 437 | 126 | 56 |
| Binary | 10110000 | 10001 | 11011011 | 10100 | 1011100 | 0 | 1110 | 100011111 | 1010110 | 101110 |
Color Harmonies of #B011DB
Complementary color
Monochromatic Colors of #B011DB
Black with #B011DB
Text Example
Text Example
White with #B011DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B011DB; }
p { color: rgb(176,17,219); }
H1.HeaderClassName
{
color: #B011DB;
}
.AnyTagClassName
{
color: #B011DB;
}
</style>
background-color css
<style>
a { background-color: #B011DB; }
a { background-color: rgb(176,17,219); }
div.DivClassName
{
background-color: #B011DB;
}
.BgClassName
{
background-color: #B011DB;
}
</style>
border-color css
<style>
span { border-color: #B011DB; }
span { border-color: rgb(176,17,219); }
td.TdClassName
{
border-color: #B011DB;
}
.TagClassName
{
border-color: #B011DB;
}
</style>