Shades of Dark Violet #B20ADE
Tints of Dark Violet #B20ADE
RGB
CMYK
RGB Variations
Color information
#B20ADE (or 0xB20ADE) is known color: Dark Violet. HEX triplet: B2, 0A and DE. RGB value is (178,10,222). Sum of RGB (Red+Green+Blue) = 178+10+222=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #B20ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20ADE is #4DF521. Grayscale: #535353. Windows color (decimal): -5109026 or 14551730. OLE color: 14551730.
HSL color Cylindrical-coordinate representation of color #B20ADE: hue angle of 287.55º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20ADE is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 10 | 222 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.13 |
| HSL | 287.55º | 0.91% | 0.45% | - |
| HSV(B) | 287.55º | 0.95% | 0.87% | - |
| XYZ | 31.65 | 14.96 | 70.33 | - |
| YUV | 84.4 | 205.66 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 222 | 0.20 | 0.95 | 0 | 0.13 | 287.55 | 0.91 | 0.45 |
| Hex | B2 | A | DE | 14 | 5F | 0 | D | 120 | 5B | 2D |
| Octal | 262 | 12 | 336 | 24 | 137 | 0 | 15 | 440 | 133 | 55 |
| Binary | 10110010 | 1010 | 11011110 | 10100 | 1011111 | 0 | 1101 | 100100000 | 1011011 | 101101 |
Color Harmonies of #B20ADE
Complementary color
Monochromatic Colors of #B20ADE
Black with #B20ADE
Text Example
Text Example
White with #B20ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20ADE; }
p { color: rgb(178,10,222); }
H1.HeaderClassName
{
color: #B20ADE;
}
.AnyTagClassName
{
color: #B20ADE;
}
</style>
background-color css
<style>
a { background-color: #B20ADE; }
a { background-color: rgb(178,10,222); }
div.DivClassName
{
background-color: #B20ADE;
}
.BgClassName
{
background-color: #B20ADE;
}
</style>
border-color css
<style>
span { border-color: #B20ADE; }
span { border-color: rgb(178,10,222); }
td.TdClassName
{
border-color: #B20ADE;
}
.TagClassName
{
border-color: #B20ADE;
}
</style>