Shades of Deep Magenta #B40BAE
Tints of Deep Magenta #B40BAE
RGB
CMYK
RGB Variations
Color information
#B40BAE (or 0xB40BAE) is known color: Deep Magenta. HEX triplet: B4, 0B and AE. RGB value is (180,11,174). Sum of RGB (Red+Green+Blue) = 180+11+174=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B40BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40BAE is #4BF451. Grayscale: #4F4F4F. Windows color (decimal): -4977746 or 11406260. OLE color: 11406260.
HSL color Cylindrical-coordinate representation of color #B40BAE: hue angle of 302.13º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40BAE is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 174 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.29 |
| HSL | 302.13º | 0.88% | 0.37% | - |
| HSV(B) | 302.13º | 0.94% | 0.71% | - |
| XYZ | 26.58 | 13 | 41.15 | - |
| YUV | 80.11 | 180.99 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 174 | 0 | 0.94 | 0.03 | 0.29 | 302.13 | 0.88 | 0.37 |
| Hex | B4 | B | AE | 0 | 5E | 3 | 1D | 12E | 58 | 25 |
| Octal | 264 | 13 | 256 | 0 | 136 | 3 | 35 | 456 | 130 | 45 |
| Binary | 10110100 | 1011 | 10101110 | 0 | 1011110 | 11 | 11101 | 100101110 | 1011000 | 100101 |
Color Harmonies of #B40BAE
Complementary color
Monochromatic Colors of #B40BAE
Black with #B40BAE
Text Example
Text Example
White with #B40BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BAE; }
p { color: rgb(180,11,174); }
H1.HeaderClassName
{
color: #B40BAE;
}
.AnyTagClassName
{
color: #B40BAE;
}
</style>
background-color css
<style>
a { background-color: #B40BAE; }
a { background-color: rgb(180,11,174); }
div.DivClassName
{
background-color: #B40BAE;
}
.BgClassName
{
background-color: #B40BAE;
}
</style>
border-color css
<style>
span { border-color: #B40BAE; }
span { border-color: rgb(180,11,174); }
td.TdClassName
{
border-color: #B40BAE;
}
.TagClassName
{
border-color: #B40BAE;
}
</style>