Shades of Dark Violet #B20EDC
Tints of Dark Violet #B20EDC
RGB
CMYK
RGB Variations
Color information
#B20EDC (or 0xB20EDC) is known color: Dark Violet. HEX triplet: B2, 0E and DC. RGB value is (178,14,220). Sum of RGB (Red+Green+Blue) = 178+14+220=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #B20EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20EDC is #4DF123. Grayscale: #555555. Windows color (decimal): -5108004 or 14421682. OLE color: 14421682.
HSL color Cylindrical-coordinate representation of color #B20EDC: hue angle of 287.77º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20EDC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 14 | 220 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.14 |
| HSL | 287.77º | 0.88% | 0.46% | - |
| HSV(B) | 287.77º | 0.94% | 0.86% | - |
| XYZ | 31.44 | 14.95 | 68.94 | - |
| YUV | 86.52 | 203.33 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 220 | 0.19 | 0.94 | 0 | 0.14 | 287.77 | 0.88 | 0.46 |
| Hex | B2 | E | DC | 13 | 5E | 0 | E | 120 | 58 | 2E |
| Octal | 262 | 16 | 334 | 23 | 136 | 0 | 16 | 440 | 130 | 56 |
| Binary | 10110010 | 1110 | 11011100 | 10011 | 1011110 | 0 | 1110 | 100100000 | 1011000 | 101110 |
Color Harmonies of #B20EDC
Complementary color
Monochromatic Colors of #B20EDC
Black with #B20EDC
Text Example
Text Example
White with #B20EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20EDC; }
p { color: rgb(178,14,220); }
H1.HeaderClassName
{
color: #B20EDC;
}
.AnyTagClassName
{
color: #B20EDC;
}
</style>
background-color css
<style>
a { background-color: #B20EDC; }
a { background-color: rgb(178,14,220); }
div.DivClassName
{
background-color: #B20EDC;
}
.BgClassName
{
background-color: #B20EDC;
}
</style>
border-color css
<style>
span { border-color: #B20EDC; }
span { border-color: rgb(178,14,220); }
td.TdClassName
{
border-color: #B20EDC;
}
.TagClassName
{
border-color: #B20EDC;
}
</style>