Shades of Dark Violet #B30BDB
Tints of Dark Violet #B30BDB
RGB
CMYK
RGB Variations
Color information
#B30BDB (or 0xB30BDB) is known color: Dark Violet. HEX triplet: B3, 0B and DB. RGB value is (179,11,219). Sum of RGB (Red+Green+Blue) = 179+11+219=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #B30BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BDB is #4CF424. Grayscale: #545454. Windows color (decimal): -5043237 or 14355379. OLE color: 14355379.
HSL color Cylindrical-coordinate representation of color #B30BDB: hue angle of 288.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30BDB is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 11 | 219 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.14 |
| HSL | 288.46º | 0.9% | 0.45% | - |
| HSV(B) | 288.46º | 0.95% | 0.86% | - |
| XYZ | 31.5 | 14.94 | 68.24 | - |
| YUV | 84.94 | 203.66 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 219 | 0.18 | 0.95 | 0 | 0.14 | 288.46 | 0.9 | 0.45 |
| Hex | B3 | B | DB | 12 | 5F | 0 | E | 120 | 5A | 2D |
| Octal | 263 | 13 | 333 | 22 | 137 | 0 | 16 | 440 | 132 | 55 |
| Binary | 10110011 | 1011 | 11011011 | 10010 | 1011111 | 0 | 1110 | 100100000 | 1011010 | 101101 |
Color Harmonies of #B30BDB
Complementary color
Monochromatic Colors of #B30BDB
Black with #B30BDB
Text Example
Text Example
White with #B30BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BDB; }
p { color: rgb(179,11,219); }
H1.HeaderClassName
{
color: #B30BDB;
}
.AnyTagClassName
{
color: #B30BDB;
}
</style>
background-color css
<style>
a { background-color: #B30BDB; }
a { background-color: rgb(179,11,219); }
div.DivClassName
{
background-color: #B30BDB;
}
.BgClassName
{
background-color: #B30BDB;
}
</style>
border-color css
<style>
span { border-color: #B30BDB; }
span { border-color: rgb(179,11,219); }
td.TdClassName
{
border-color: #B30BDB;
}
.TagClassName
{
border-color: #B30BDB;
}
</style>