Shades of Deep Magenta #B40BA9
Tints of Deep Magenta #B40BA9
RGB
CMYK
RGB Variations
Color information
#B40BA9 (or 0xB40BA9) is known color: Deep Magenta. HEX triplet: B4, 0B and A9. RGB value is (180,11,169). Sum of RGB (Red+Green+Blue) = 180+11+169=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B40BA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40BA9 is #4BF456. Grayscale: #4F4F4F. Windows color (decimal): -4977751 or 11078580. OLE color: 11078580.
HSL color Cylindrical-coordinate representation of color #B40BA9: hue angle of 303.91º 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 #B40BA9 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 169 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.29 |
| HSL | 303.91º | 0.88% | 0.37% | - |
| HSV(B) | 303.91º | 0.94% | 0.71% | - |
| XYZ | 26.1 | 12.81 | 38.63 | - |
| YUV | 79.54 | 178.49 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 169 | 0 | 0.94 | 0.06 | 0.29 | 303.91 | 0.88 | 0.37 |
| Hex | B4 | B | A9 | 0 | 5E | 6 | 1D | 130 | 58 | 25 |
| Octal | 264 | 13 | 251 | 0 | 136 | 6 | 35 | 460 | 130 | 45 |
| Binary | 10110100 | 1011 | 10101001 | 0 | 1011110 | 110 | 11101 | 100110000 | 1011000 | 100101 |
Color Harmonies of #B40BA9
Complementary color
Monochromatic Colors of #B40BA9
Black with #B40BA9
Text Example
Text Example
White with #B40BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BA9; }
p { color: rgb(180,11,169); }
H1.HeaderClassName
{
color: #B40BA9;
}
.AnyTagClassName
{
color: #B40BA9;
}
</style>
background-color css
<style>
a { background-color: #B40BA9; }
a { background-color: rgb(180,11,169); }
div.DivClassName
{
background-color: #B40BA9;
}
.BgClassName
{
background-color: #B40BA9;
}
</style>
border-color css
<style>
span { border-color: #B40BA9; }
span { border-color: rgb(180,11,169); }
td.TdClassName
{
border-color: #B40BA9;
}
.TagClassName
{
border-color: #B40BA9;
}
</style>