Shades of Deep Magenta #B20EC4
Tints of Deep Magenta #B20EC4
RGB
CMYK
RGB Variations
Color information
#B20EC4 (or 0xB20EC4) is known color: Deep Magenta. HEX triplet: B2, 0E and C4. RGB value is (178,14,196). Sum of RGB (Red+Green+Blue) = 178+14+196=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #B20EC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20EC4 is #4DF13B. Grayscale: #535353. Windows color (decimal): -5108028 or 12848818. OLE color: 12848818.
HSL color Cylindrical-coordinate representation of color #B20EC4: hue angle of 294.07º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20EC4 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 14 | 196 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.23 |
| HSL | 294.07º | 0.87% | 0.41% | - |
| HSV(B) | 294.07º | 0.93% | 0.77% | - |
| XYZ | 28.48 | 13.76 | 53.38 | - |
| YUV | 83.78 | 191.33 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 196 | 0.09 | 0.93 | 0 | 0.23 | 294.07 | 0.87 | 0.41 |
| Hex | B2 | E | C4 | 9 | 5D | 0 | 17 | 126 | 57 | 29 |
| Octal | 262 | 16 | 304 | 11 | 135 | 0 | 27 | 446 | 127 | 51 |
| Binary | 10110010 | 1110 | 11000100 | 1001 | 1011101 | 0 | 10111 | 100100110 | 1010111 | 101001 |
Color Harmonies of #B20EC4
Complementary color
Monochromatic Colors of #B20EC4
Black with #B20EC4
Text Example
Text Example
White with #B20EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20EC4; }
p { color: rgb(178,14,196); }
H1.HeaderClassName
{
color: #B20EC4;
}
.AnyTagClassName
{
color: #B20EC4;
}
</style>
background-color css
<style>
a { background-color: #B20EC4; }
a { background-color: rgb(178,14,196); }
div.DivClassName
{
background-color: #B20EC4;
}
.BgClassName
{
background-color: #B20EC4;
}
</style>
border-color css
<style>
span { border-color: #B20EC4; }
span { border-color: rgb(178,14,196); }
td.TdClassName
{
border-color: #B20EC4;
}
.TagClassName
{
border-color: #B20EC4;
}
</style>