Shades of Deep Magenta #B40EC3
Tints of Deep Magenta #B40EC3
RGB
CMYK
RGB Variations
Color information
#B40EC3 (or 0xB40EC3) is known color: Deep Magenta. HEX triplet: B4, 0E and C3. RGB value is (180,14,195). Sum of RGB (Red+Green+Blue) = 180+14+195=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #B40EC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40EC3 is #4BF13C. Grayscale: #535353. Windows color (decimal): -4976957 or 12783284. OLE color: 12783284.
HSL color Cylindrical-coordinate representation of color #B40EC3: hue angle of 295.03º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40EC3 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 14 | 195 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.24 |
| HSL | 295.03º | 0.87% | 0.41% | - |
| HSV(B) | 295.03º | 0.93% | 0.76% | - |
| XYZ | 28.83 | 13.96 | 52.8 | - |
| YUV | 84.27 | 190.5 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 195 | 0.08 | 0.93 | 0 | 0.24 | 295.03 | 0.87 | 0.41 |
| Hex | B4 | E | C3 | 8 | 5D | 0 | 18 | 127 | 57 | 29 |
| Octal | 264 | 16 | 303 | 10 | 135 | 0 | 30 | 447 | 127 | 51 |
| Binary | 10110100 | 1110 | 11000011 | 1000 | 1011101 | 0 | 11000 | 100100111 | 1010111 | 101001 |
Color Harmonies of #B40EC3
Complementary color
Monochromatic Colors of #B40EC3
Black with #B40EC3
Text Example
Text Example
White with #B40EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40EC3; }
p { color: rgb(180,14,195); }
H1.HeaderClassName
{
color: #B40EC3;
}
.AnyTagClassName
{
color: #B40EC3;
}
</style>
background-color css
<style>
a { background-color: #B40EC3; }
a { background-color: rgb(180,14,195); }
div.DivClassName
{
background-color: #B40EC3;
}
.BgClassName
{
background-color: #B40EC3;
}
</style>
border-color css
<style>
span { border-color: #B40EC3; }
span { border-color: rgb(180,14,195); }
td.TdClassName
{
border-color: #B40EC3;
}
.TagClassName
{
border-color: #B40EC3;
}
</style>