Shades of Deep Magenta #B40AAF
Tints of Deep Magenta #B40AAF
RGB
CMYK
RGB Variations
Color information
#B40AAF (or 0xB40AAF) is known color: Deep Magenta. HEX triplet: B4, 0A and AF. RGB value is (180,10,175). Sum of RGB (Red+Green+Blue) = 180+10+175=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B40AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40AAF is #4BF550. Grayscale: #4F4F4F. Windows color (decimal): -4978001 or 11471540. OLE color: 11471540.
HSL color Cylindrical-coordinate representation of color #B40AAF: hue angle of 301.76º 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 #B40AAF is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 175 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.29 |
| HSL | 301.76º | 0.89% | 0.37% | - |
| HSV(B) | 301.76º | 0.94% | 0.71% | - |
| XYZ | 26.67 | 13.02 | 41.66 | - |
| YUV | 79.64 | 181.82 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 175 | 0 | 0.94 | 0.03 | 0.29 | 301.76 | 0.89 | 0.37 |
| Hex | B4 | A | AF | 0 | 5E | 3 | 1D | 12E | 59 | 25 |
| Octal | 264 | 12 | 257 | 0 | 136 | 3 | 35 | 456 | 131 | 45 |
| Binary | 10110100 | 1010 | 10101111 | 0 | 1011110 | 11 | 11101 | 100101110 | 1011001 | 100101 |
Color Harmonies of #B40AAF
Complementary color
Monochromatic Colors of #B40AAF
Black with #B40AAF
Text Example
Text Example
White with #B40AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40AAF; }
p { color: rgb(180,10,175); }
H1.HeaderClassName
{
color: #B40AAF;
}
.AnyTagClassName
{
color: #B40AAF;
}
</style>
background-color css
<style>
a { background-color: #B40AAF; }
a { background-color: rgb(180,10,175); }
div.DivClassName
{
background-color: #B40AAF;
}
.BgClassName
{
background-color: #B40AAF;
}
</style>
border-color css
<style>
span { border-color: #B40AAF; }
span { border-color: rgb(180,10,175); }
td.TdClassName
{
border-color: #B40AAF;
}
.TagClassName
{
border-color: #B40AAF;
}
</style>