Shades of Deep Magenta #B40AB0
Tints of Deep Magenta #B40AB0
RGB
CMYK
RGB Variations
Color information
#B40AB0 (or 0xB40AB0) is known color: Deep Magenta. HEX triplet: B4, 0A and B0. RGB value is (180,10,176). Sum of RGB (Red+Green+Blue) = 180+10+176=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B40AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40AB0 is #4BF54F. Grayscale: #4F4F4F. Windows color (decimal): -4978000 or 11537076. OLE color: 11537076.
HSL color Cylindrical-coordinate representation of color #B40AB0: hue angle of 301.41º degrees, saturation: 0.89, 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 #B40AB0 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 176 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.29 |
| HSL | 301.41º | 0.89% | 0.37% | - |
| HSV(B) | 301.41º | 0.94% | 0.71% | - |
| XYZ | 26.77 | 13.05 | 42.18 | - |
| YUV | 79.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 176 | 0 | 0.94 | 0.02 | 0.29 | 301.41 | 0.89 | 0.37 |
| Hex | B4 | A | B0 | 0 | 5E | 2 | 1D | 12D | 59 | 25 |
| Octal | 264 | 12 | 260 | 0 | 136 | 2 | 35 | 455 | 131 | 45 |
| Binary | 10110100 | 1010 | 10110000 | 0 | 1011110 | 10 | 11101 | 100101101 | 1011001 | 100101 |
Color Harmonies of #B40AB0
Complementary color
Monochromatic Colors of #B40AB0
Black with #B40AB0
Text Example
Text Example
White with #B40AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40AB0; }
p { color: rgb(180,10,176); }
H1.HeaderClassName
{
color: #B40AB0;
}
.AnyTagClassName
{
color: #B40AB0;
}
</style>
background-color css
<style>
a { background-color: #B40AB0; }
a { background-color: rgb(180,10,176); }
div.DivClassName
{
background-color: #B40AB0;
}
.BgClassName
{
background-color: #B40AB0;
}
</style>
border-color css
<style>
span { border-color: #B40AB0; }
span { border-color: rgb(180,10,176); }
td.TdClassName
{
border-color: #B40AB0;
}
.TagClassName
{
border-color: #B40AB0;
}
</style>