Shades of Deep Magenta #B40EC7
Tints of Deep Magenta #B40EC7
RGB
CMYK
RGB Variations
Color information
#B40EC7 (or 0xB40EC7) is known color: Deep Magenta. HEX triplet: B4, 0E and C7. RGB value is (180,14,199). Sum of RGB (Red+Green+Blue) = 180+14+199=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #B40EC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40EC7 is #4BF138. Grayscale: #545454. Windows color (decimal): -4976953 or 13045428. OLE color: 13045428.
HSL color Cylindrical-coordinate representation of color #B40EC7: hue angle of 293.84º 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 #B40EC7 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 14 | 199 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.22 |
| HSL | 293.84º | 0.87% | 0.42% | - |
| HSV(B) | 293.84º | 0.93% | 0.78% | - |
| XYZ | 29.29 | 14.14 | 55.22 | - |
| YUV | 84.72 | 192.5 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 199 | 0.10 | 0.93 | 0 | 0.22 | 293.84 | 0.87 | 0.42 |
| Hex | B4 | E | C7 | A | 5D | 0 | 16 | 126 | 57 | 2A |
| Octal | 264 | 16 | 307 | 12 | 135 | 0 | 26 | 446 | 127 | 52 |
| Binary | 10110100 | 1110 | 11000111 | 1010 | 1011101 | 0 | 10110 | 100100110 | 1010111 | 101010 |
Color Harmonies of #B40EC7
Complementary color
Monochromatic Colors of #B40EC7
Black with #B40EC7
Text Example
Text Example
White with #B40EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40EC7; }
p { color: rgb(180,14,199); }
H1.HeaderClassName
{
color: #B40EC7;
}
.AnyTagClassName
{
color: #B40EC7;
}
</style>
background-color css
<style>
a { background-color: #B40EC7; }
a { background-color: rgb(180,14,199); }
div.DivClassName
{
background-color: #B40EC7;
}
.BgClassName
{
background-color: #B40EC7;
}
</style>
border-color css
<style>
span { border-color: #B40EC7; }
span { border-color: rgb(180,14,199); }
td.TdClassName
{
border-color: #B40EC7;
}
.TagClassName
{
border-color: #B40EC7;
}
</style>