Shades of Deep Magenta #B40EAC
Tints of Deep Magenta #B40EAC
RGB
CMYK
RGB Variations
Color information
#B40EAC (or 0xB40EAC) is known color: Deep Magenta. HEX triplet: B4, 0E and AC. RGB value is (180,14,172). Sum of RGB (Red+Green+Blue) = 180+14+172=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B40EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40EAC is #4BF153. Grayscale: #515151. Windows color (decimal): -4976980 or 11275956. OLE color: 11275956.
HSL color Cylindrical-coordinate representation of color #B40EAC: hue angle of 302.89º 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 #B40EAC is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 14 | 172 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.29 |
| HSL | 302.89º | 0.86% | 0.38% | - |
| HSV(B) | 302.89º | 0.92% | 0.71% | - |
| XYZ | 26.43 | 13 | 40.15 | - |
| YUV | 81.65 | 179 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 172 | 0 | 0.92 | 0.04 | 0.29 | 302.89 | 0.86 | 0.38 |
| Hex | B4 | E | AC | 0 | 5C | 4 | 1D | 12F | 56 | 26 |
| Octal | 264 | 16 | 254 | 0 | 134 | 4 | 35 | 457 | 126 | 46 |
| Binary | 10110100 | 1110 | 10101100 | 0 | 1011100 | 100 | 11101 | 100101111 | 1010110 | 100110 |
Color Harmonies of #B40EAC
Complementary color
Monochromatic Colors of #B40EAC
Black with #B40EAC
Text Example
Text Example
White with #B40EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40EAC; }
p { color: rgb(180,14,172); }
H1.HeaderClassName
{
color: #B40EAC;
}
.AnyTagClassName
{
color: #B40EAC;
}
</style>
background-color css
<style>
a { background-color: #B40EAC; }
a { background-color: rgb(180,14,172); }
div.DivClassName
{
background-color: #B40EAC;
}
.BgClassName
{
background-color: #B40EAC;
}
</style>
border-color css
<style>
span { border-color: #B40EAC; }
span { border-color: rgb(180,14,172); }
td.TdClassName
{
border-color: #B40EAC;
}
.TagClassName
{
border-color: #B40EAC;
}
</style>