Shades of Deep Magenta #B40ECB
Tints of Deep Magenta #B40ECB
RGB
CMYK
RGB Variations
Color information
#B40ECB (or 0xB40ECB) is known color: Deep Magenta. HEX triplet: B4, 0E and CB. RGB value is (180,14,203). Sum of RGB (Red+Green+Blue) = 180+14+203=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #B40ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40ECB is #4BF134. Grayscale: #545454. Windows color (decimal): -4976949 or 13307572. OLE color: 13307572.
HSL color Cylindrical-coordinate representation of color #B40ECB: hue angle of 292.7º 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 #B40ECB is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 14 | 203 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.20 |
| HSL | 292.7º | 0.87% | 0.43% | - |
| HSV(B) | 292.7º | 0.93% | 0.8% | - |
| XYZ | 29.76 | 14.33 | 57.7 | - |
| YUV | 85.18 | 194.5 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 203 | 0.11 | 0.93 | 0 | 0.20 | 292.7 | 0.87 | 0.43 |
| Hex | B4 | E | CB | B | 5D | 0 | 14 | 125 | 57 | 2B |
| Octal | 264 | 16 | 313 | 13 | 135 | 0 | 24 | 445 | 127 | 53 |
| Binary | 10110100 | 1110 | 11001011 | 1011 | 1011101 | 0 | 10100 | 100100101 | 1010111 | 101011 |
Color Harmonies of #B40ECB
Complementary color
Monochromatic Colors of #B40ECB
Black with #B40ECB
Text Example
Text Example
White with #B40ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40ECB; }
p { color: rgb(180,14,203); }
H1.HeaderClassName
{
color: #B40ECB;
}
.AnyTagClassName
{
color: #B40ECB;
}
</style>
background-color css
<style>
a { background-color: #B40ECB; }
a { background-color: rgb(180,14,203); }
div.DivClassName
{
background-color: #B40ECB;
}
.BgClassName
{
background-color: #B40ECB;
}
</style>
border-color css
<style>
span { border-color: #B40ECB; }
span { border-color: rgb(180,14,203); }
td.TdClassName
{
border-color: #B40ECB;
}
.TagClassName
{
border-color: #B40ECB;
}
</style>