Shades of Deep Magenta #B50EAC
Tints of Deep Magenta #B50EAC
RGB
CMYK
RGB Variations
Color information
#B50EAC (or 0xB50EAC) is known color: Deep Magenta. HEX triplet: B5, 0E and AC. RGB value is (181,14,172). Sum of RGB (Red+Green+Blue) = 181+14+172=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B50EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50EAC is #4AF153. Grayscale: #515151. Windows color (decimal): -4911444 or 11275957. OLE color: 11275957.
HSL color Cylindrical-coordinate representation of color #B50EAC: hue angle of 303.23º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50EAC is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 14 | 172 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.29 |
| HSL | 303.23º | 0.86% | 0.38% | - |
| HSV(B) | 303.23º | 0.92% | 0.71% | - |
| XYZ | 26.66 | 13.12 | 40.16 | - |
| YUV | 81.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 172 | 0 | 0.92 | 0.05 | 0.29 | 303.23 | 0.86 | 0.38 |
| Hex | B5 | E | AC | 0 | 5C | 5 | 1D | 12F | 56 | 26 |
| Octal | 265 | 16 | 254 | 0 | 134 | 5 | 35 | 457 | 126 | 46 |
| Binary | 10110101 | 1110 | 10101100 | 0 | 1011100 | 101 | 11101 | 100101111 | 1010110 | 100110 |
Color Harmonies of #B50EAC
Complementary color
Monochromatic Colors of #B50EAC
Black with #B50EAC
Text Example
Text Example
White with #B50EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50EAC; }
p { color: rgb(181,14,172); }
H1.HeaderClassName
{
color: #B50EAC;
}
.AnyTagClassName
{
color: #B50EAC;
}
</style>
background-color css
<style>
a { background-color: #B50EAC; }
a { background-color: rgb(181,14,172); }
div.DivClassName
{
background-color: #B50EAC;
}
.BgClassName
{
background-color: #B50EAC;
}
</style>
border-color css
<style>
span { border-color: #B50EAC; }
span { border-color: rgb(181,14,172); }
td.TdClassName
{
border-color: #B50EAC;
}
.TagClassName
{
border-color: #B50EAC;
}
</style>