Shades of Deep Magenta #B40ECC
Tints of Deep Magenta #B40ECC
RGB
CMYK
RGB Variations
Color information
#B40ECC (or 0xB40ECC) is known color: Deep Magenta. HEX triplet: B4, 0E and CC. RGB value is (180,14,204). Sum of RGB (Red+Green+Blue) = 180+14+204=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #B40ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40ECC is #4BF133. Grayscale: #545454. Windows color (decimal): -4976948 or 13373108. OLE color: 13373108.
HSL color Cylindrical-coordinate representation of color #B40ECC: hue angle of 292.42º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40ECC is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 14 | 204 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.2 |
| HSL | 292.42º | 0.87% | 0.43% | - |
| HSV(B) | 292.42º | 0.93% | 0.8% | - |
| XYZ | 29.88 | 14.38 | 58.33 | - |
| YUV | 85.29 | 195 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 204 | 0.12 | 0.93 | 0 | 0.2 | 292.42 | 0.87 | 0.43 |
| Hex | B4 | E | CC | C | 5D | 0 | 14 | 124 | 57 | 2B |
| Octal | 264 | 16 | 314 | 14 | 135 | 0 | 24 | 444 | 127 | 53 |
| Binary | 10110100 | 1110 | 11001100 | 1100 | 1011101 | 0 | 10100 | 100100100 | 1010111 | 101011 |
Color Harmonies of #B40ECC
Complementary color
Monochromatic Colors of #B40ECC
Black with #B40ECC
Text Example
Text Example
White with #B40ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40ECC; }
p { color: rgb(180,14,204); }
H1.HeaderClassName
{
color: #B40ECC;
}
.AnyTagClassName
{
color: #B40ECC;
}
</style>
background-color css
<style>
a { background-color: #B40ECC; }
a { background-color: rgb(180,14,204); }
div.DivClassName
{
background-color: #B40ECC;
}
.BgClassName
{
background-color: #B40ECC;
}
</style>
border-color css
<style>
span { border-color: #B40ECC; }
span { border-color: rgb(180,14,204); }
td.TdClassName
{
border-color: #B40ECC;
}
.TagClassName
{
border-color: #B40ECC;
}
</style>