Shades of Deep Magenta #B40AB1
Tints of Deep Magenta #B40AB1
RGB
CMYK
RGB Variations
Color information
#B40AB1 (or 0xB40AB1) is known color: Deep Magenta. HEX triplet: B4, 0A and B1. RGB value is (180,10,177). Sum of RGB (Red+Green+Blue) = 180+10+177=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B40AB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40AB1 is #4BF54E. Grayscale: #4F4F4F. Windows color (decimal): -4977999 or 11602612. OLE color: 11602612.
HSL color Cylindrical-coordinate representation of color #B40AB1: hue angle of 301.06º 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 #B40AB1 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 177 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.29 |
| HSL | 301.06º | 0.89% | 0.37% | - |
| HSV(B) | 301.06º | 0.94% | 0.71% | - |
| XYZ | 26.87 | 13.09 | 42.71 | - |
| YUV | 79.87 | 182.82 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 177 | 0 | 0.94 | 0.02 | 0.29 | 301.06 | 0.89 | 0.37 |
| Hex | B4 | A | B1 | 0 | 5E | 2 | 1D | 12D | 59 | 25 |
| Octal | 264 | 12 | 261 | 0 | 136 | 2 | 35 | 455 | 131 | 45 |
| Binary | 10110100 | 1010 | 10110001 | 0 | 1011110 | 10 | 11101 | 100101101 | 1011001 | 100101 |
Color Harmonies of #B40AB1
Complementary color
Monochromatic Colors of #B40AB1
Black with #B40AB1
Text Example
Text Example
White with #B40AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40AB1; }
p { color: rgb(180,10,177); }
H1.HeaderClassName
{
color: #B40AB1;
}
.AnyTagClassName
{
color: #B40AB1;
}
</style>
background-color css
<style>
a { background-color: #B40AB1; }
a { background-color: rgb(180,10,177); }
div.DivClassName
{
background-color: #B40AB1;
}
.BgClassName
{
background-color: #B40AB1;
}
</style>
border-color css
<style>
span { border-color: #B40AB1; }
span { border-color: rgb(180,10,177); }
td.TdClassName
{
border-color: #B40AB1;
}
.TagClassName
{
border-color: #B40AB1;
}
</style>