Shades of Deep Magenta #B20EAC
Tints of Deep Magenta #B20EAC
RGB
CMYK
RGB Variations
Color information
#B20EAC (or 0xB20EAC) is known color: Deep Magenta. HEX triplet: B2, 0E and AC. RGB value is (178,14,172). Sum of RGB (Red+Green+Blue) = 178+14+172=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B20EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20EAC is #4DF153. Grayscale: #505050. Windows color (decimal): -5108052 or 11275954. OLE color: 11275954.
HSL color Cylindrical-coordinate representation of color #B20EAC: hue angle of 302.2º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20EAC is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 14 | 172 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.30 |
| HSL | 302.2º | 0.85% | 0.38% | - |
| HSV(B) | 302.2º | 0.92% | 0.7% | - |
| XYZ | 25.96 | 12.76 | 40.12 | - |
| YUV | 81.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 172 | 0 | 0.92 | 0.03 | 0.30 | 302.2 | 0.85 | 0.38 |
| Hex | B2 | E | AC | 0 | 5C | 3 | 1E | 12E | 55 | 26 |
| Octal | 262 | 16 | 254 | 0 | 134 | 3 | 36 | 456 | 125 | 46 |
| Binary | 10110010 | 1110 | 10101100 | 0 | 1011100 | 11 | 11110 | 100101110 | 1010101 | 100110 |
Color Harmonies of #B20EAC
Complementary color
Monochromatic Colors of #B20EAC
Black with #B20EAC
Text Example
Text Example
White with #B20EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20EAC; }
p { color: rgb(178,14,172); }
H1.HeaderClassName
{
color: #B20EAC;
}
.AnyTagClassName
{
color: #B20EAC;
}
</style>
background-color css
<style>
a { background-color: #B20EAC; }
a { background-color: rgb(178,14,172); }
div.DivClassName
{
background-color: #B20EAC;
}
.BgClassName
{
background-color: #B20EAC;
}
</style>
border-color css
<style>
span { border-color: #B20EAC; }
span { border-color: rgb(178,14,172); }
td.TdClassName
{
border-color: #B20EAC;
}
.TagClassName
{
border-color: #B20EAC;
}
</style>