Shades of Deep Magenta #B20EC7
Tints of Deep Magenta #B20EC7
RGB
CMYK
RGB Variations
Color information
#B20EC7 (or 0xB20EC7) is known color: Deep Magenta. HEX triplet: B2, 0E and C7. RGB value is (178,14,199). Sum of RGB (Red+Green+Blue) = 178+14+199=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #B20EC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20EC7 is #4DF138. Grayscale: #535353. Windows color (decimal): -5108025 or 13045426. OLE color: 13045426.
HSL color Cylindrical-coordinate representation of color #B20EC7: hue angle of 293.19º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20EC7 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 14 | 199 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.22 |
| HSL | 293.19º | 0.87% | 0.42% | - |
| HSV(B) | 293.19º | 0.93% | 0.78% | - |
| XYZ | 28.83 | 13.9 | 55.2 | - |
| YUV | 84.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 199 | 0.11 | 0.93 | 0 | 0.22 | 293.19 | 0.87 | 0.42 |
| Hex | B2 | E | C7 | B | 5D | 0 | 16 | 125 | 57 | 2A |
| Octal | 262 | 16 | 307 | 13 | 135 | 0 | 26 | 445 | 127 | 52 |
| Binary | 10110010 | 1110 | 11000111 | 1011 | 1011101 | 0 | 10110 | 100100101 | 1010111 | 101010 |
Color Harmonies of #B20EC7
Complementary color
Monochromatic Colors of #B20EC7
Black with #B20EC7
Text Example
Text Example
White with #B20EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20EC7; }
p { color: rgb(178,14,199); }
H1.HeaderClassName
{
color: #B20EC7;
}
.AnyTagClassName
{
color: #B20EC7;
}
</style>
background-color css
<style>
a { background-color: #B20EC7; }
a { background-color: rgb(178,14,199); }
div.DivClassName
{
background-color: #B20EC7;
}
.BgClassName
{
background-color: #B20EC7;
}
</style>
border-color css
<style>
span { border-color: #B20EC7; }
span { border-color: rgb(178,14,199); }
td.TdClassName
{
border-color: #B20EC7;
}
.TagClassName
{
border-color: #B20EC7;
}
</style>