Shades of Dark Violet #B00FDB
Tints of Dark Violet #B00FDB
RGB
CMYK
RGB Variations
Color information
#B00FDB (or 0xB00FDB) is known color: Dark Violet. HEX triplet: B0, 0F and DB. RGB value is (176,15,219). Sum of RGB (Red+Green+Blue) = 176+15+219=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #B00FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FDB is #4FF024. Grayscale: #555555. Windows color (decimal): -5238821 or 14356400. OLE color: 14356400.
HSL color Cylindrical-coordinate representation of color #B00FDB: hue angle of 287.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00FDB is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 15 | 219 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.14 |
| HSL | 287.35º | 0.87% | 0.46% | - |
| HSV(B) | 287.35º | 0.93% | 0.86% | - |
| XYZ | 30.86 | 14.69 | 68.23 | - |
| YUV | 86.4 | 202.84 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 219 | 0.20 | 0.93 | 0 | 0.14 | 287.35 | 0.87 | 0.46 |
| Hex | B0 | F | DB | 14 | 5D | 0 | E | 11F | 57 | 2E |
| Octal | 260 | 17 | 333 | 24 | 135 | 0 | 16 | 437 | 127 | 56 |
| Binary | 10110000 | 1111 | 11011011 | 10100 | 1011101 | 0 | 1110 | 100011111 | 1010111 | 101110 |
Color Harmonies of #B00FDB
Complementary color
Monochromatic Colors of #B00FDB
Black with #B00FDB
Text Example
Text Example
White with #B00FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00FDB; }
p { color: rgb(176,15,219); }
H1.HeaderClassName
{
color: #B00FDB;
}
.AnyTagClassName
{
color: #B00FDB;
}
</style>
background-color css
<style>
a { background-color: #B00FDB; }
a { background-color: rgb(176,15,219); }
div.DivClassName
{
background-color: #B00FDB;
}
.BgClassName
{
background-color: #B00FDB;
}
</style>
border-color css
<style>
span { border-color: #B00FDB; }
span { border-color: rgb(176,15,219); }
td.TdClassName
{
border-color: #B00FDB;
}
.TagClassName
{
border-color: #B00FDB;
}
</style>