Shades of Dark Violet #B20ADB
Tints of Dark Violet #B20ADB
RGB
CMYK
RGB Variations
Color information
#B20ADB (or 0xB20ADB) is known color: Dark Violet. HEX triplet: B2, 0A and DB. RGB value is (178,10,219). Sum of RGB (Red+Green+Blue) = 178+10+219=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #B20ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20ADB is #4DF524. Grayscale: #535353. Windows color (decimal): -5109029 or 14355122. OLE color: 14355122.
HSL color Cylindrical-coordinate representation of color #B20ADB: hue angle of 288.23º degrees, saturation: 0.91, 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 #B20ADB is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 10 | 219 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.14 |
| HSL | 288.23º | 0.91% | 0.45% | - |
| HSV(B) | 288.23º | 0.95% | 0.86% | - |
| XYZ | 31.25 | 14.8 | 68.23 | - |
| YUV | 84.06 | 204.16 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 219 | 0.19 | 0.95 | 0 | 0.14 | 288.23 | 0.91 | 0.45 |
| Hex | B2 | A | DB | 13 | 5F | 0 | E | 120 | 5B | 2D |
| Octal | 262 | 12 | 333 | 23 | 137 | 0 | 16 | 440 | 133 | 55 |
| Binary | 10110010 | 1010 | 11011011 | 10011 | 1011111 | 0 | 1110 | 100100000 | 1011011 | 101101 |
Color Harmonies of #B20ADB
Complementary color
Monochromatic Colors of #B20ADB
Black with #B20ADB
Text Example
Text Example
White with #B20ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20ADB; }
p { color: rgb(178,10,219); }
H1.HeaderClassName
{
color: #B20ADB;
}
.AnyTagClassName
{
color: #B20ADB;
}
</style>
background-color css
<style>
a { background-color: #B20ADB; }
a { background-color: rgb(178,10,219); }
div.DivClassName
{
background-color: #B20ADB;
}
.BgClassName
{
background-color: #B20ADB;
}
</style>
border-color css
<style>
span { border-color: #B20ADB; }
span { border-color: rgb(178,10,219); }
td.TdClassName
{
border-color: #B20ADB;
}
.TagClassName
{
border-color: #B20ADB;
}
</style>