Shades of Dark Violet #B20EDA
Tints of Dark Violet #B20EDA
RGB
CMYK
RGB Variations
Color information
#B20EDA (or 0xB20EDA) is known color: Dark Violet. HEX triplet: B2, 0E and DA. RGB value is (178,14,218). Sum of RGB (Red+Green+Blue) = 178+14+218=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #B20EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20EDA is #4DF125. Grayscale: #555555. Windows color (decimal): -5108006 or 14290610. OLE color: 14290610.
HSL color Cylindrical-coordinate representation of color #B20EDA: hue angle of 288.24º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20EDA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 14 | 218 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.15 |
| HSL | 288.24º | 0.88% | 0.45% | - |
| HSV(B) | 288.24º | 0.94% | 0.85% | - |
| XYZ | 31.17 | 14.84 | 67.55 | - |
| YUV | 86.29 | 202.33 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 218 | 0.18 | 0.94 | 0 | 0.15 | 288.24 | 0.88 | 0.45 |
| Hex | B2 | E | DA | 12 | 5E | 0 | F | 120 | 58 | 2D |
| Octal | 262 | 16 | 332 | 22 | 136 | 0 | 17 | 440 | 130 | 55 |
| Binary | 10110010 | 1110 | 11011010 | 10010 | 1011110 | 0 | 1111 | 100100000 | 1011000 | 101101 |
Color Harmonies of #B20EDA
Complementary color
Monochromatic Colors of #B20EDA
Black with #B20EDA
Text Example
Text Example
White with #B20EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20EDA; }
p { color: rgb(178,14,218); }
H1.HeaderClassName
{
color: #B20EDA;
}
.AnyTagClassName
{
color: #B20EDA;
}
</style>
background-color css
<style>
a { background-color: #B20EDA; }
a { background-color: rgb(178,14,218); }
div.DivClassName
{
background-color: #B20EDA;
}
.BgClassName
{
background-color: #B20EDA;
}
</style>
border-color css
<style>
span { border-color: #B20EDA; }
span { border-color: rgb(178,14,218); }
td.TdClassName
{
border-color: #B20EDA;
}
.TagClassName
{
border-color: #B20EDA;
}
</style>