Shades of Deep Magenta #B20EBD
Tints of Deep Magenta #B20EBD
RGB
CMYK
RGB Variations
Color information
#B20EBD (or 0xB20EBD) is known color: Deep Magenta. HEX triplet: B2, 0E and BD. RGB value is (178,14,189). Sum of RGB (Red+Green+Blue) = 178+14+189=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #B20EBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20EBD is #4DF142. Grayscale: #525252. Windows color (decimal): -5108035 or 12390066. OLE color: 12390066.
HSL color Cylindrical-coordinate representation of color #B20EBD: hue angle of 296.23º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20EBD is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 14 | 189 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.26 |
| HSL | 296.23º | 0.86% | 0.4% | - |
| HSV(B) | 296.23º | 0.93% | 0.74% | - |
| XYZ | 27.7 | 13.45 | 49.28 | - |
| YUV | 82.99 | 187.83 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 189 | 0.06 | 0.93 | 0 | 0.26 | 296.23 | 0.86 | 0.4 |
| Hex | B2 | E | BD | 6 | 5D | 0 | 1A | 128 | 56 | 28 |
| Octal | 262 | 16 | 275 | 6 | 135 | 0 | 32 | 450 | 126 | 50 |
| Binary | 10110010 | 1110 | 10111101 | 110 | 1011101 | 0 | 11010 | 100101000 | 1010110 | 101000 |
Color Harmonies of #B20EBD
Complementary color
Monochromatic Colors of #B20EBD
Black with #B20EBD
Text Example
Text Example
White with #B20EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20EBD; }
p { color: rgb(178,14,189); }
H1.HeaderClassName
{
color: #B20EBD;
}
.AnyTagClassName
{
color: #B20EBD;
}
</style>
background-color css
<style>
a { background-color: #B20EBD; }
a { background-color: rgb(178,14,189); }
div.DivClassName
{
background-color: #B20EBD;
}
.BgClassName
{
background-color: #B20EBD;
}
</style>
border-color css
<style>
span { border-color: #B20EBD; }
span { border-color: rgb(178,14,189); }
td.TdClassName
{
border-color: #B20EBD;
}
.TagClassName
{
border-color: #B20EBD;
}
</style>