Shades of Deep Magenta #B20EC1
Tints of Deep Magenta #B20EC1
RGB
CMYK
RGB Variations
Color information
#B20EC1 (or 0xB20EC1) is known color: Deep Magenta. HEX triplet: B2, 0E and C1. RGB value is (178,14,193). Sum of RGB (Red+Green+Blue) = 178+14+193=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #B20EC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20EC1 is #4DF13E. Grayscale: #525252. Windows color (decimal): -5108031 or 12652210. OLE color: 12652210.
HSL color Cylindrical-coordinate representation of color #B20EC1: hue angle of 294.97º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20EC1 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 14 | 193 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.24 |
| HSL | 294.97º | 0.86% | 0.41% | - |
| HSV(B) | 294.97º | 0.93% | 0.76% | - |
| XYZ | 28.14 | 13.63 | 51.6 | - |
| YUV | 83.44 | 189.83 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 193 | 0.08 | 0.93 | 0 | 0.24 | 294.97 | 0.86 | 0.41 |
| Hex | B2 | E | C1 | 8 | 5D | 0 | 18 | 127 | 56 | 29 |
| Octal | 262 | 16 | 301 | 10 | 135 | 0 | 30 | 447 | 126 | 51 |
| Binary | 10110010 | 1110 | 11000001 | 1000 | 1011101 | 0 | 11000 | 100100111 | 1010110 | 101001 |
Color Harmonies of #B20EC1
Complementary color
Monochromatic Colors of #B20EC1
Black with #B20EC1
Text Example
Text Example
White with #B20EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20EC1; }
p { color: rgb(178,14,193); }
H1.HeaderClassName
{
color: #B20EC1;
}
.AnyTagClassName
{
color: #B20EC1;
}
</style>
background-color css
<style>
a { background-color: #B20EC1; }
a { background-color: rgb(178,14,193); }
div.DivClassName
{
background-color: #B20EC1;
}
.BgClassName
{
background-color: #B20EC1;
}
</style>
border-color css
<style>
span { border-color: #B20EC1; }
span { border-color: rgb(178,14,193); }
td.TdClassName
{
border-color: #B20EC1;
}
.TagClassName
{
border-color: #B20EC1;
}
</style>