Shades of Deep Magenta #B40BA8
Tints of Deep Magenta #B40BA8
RGB
CMYK
RGB Variations
Color information
#B40BA8 (or 0xB40BA8) is known color: Deep Magenta. HEX triplet: B4, 0B and A8. RGB value is (180,11,168). Sum of RGB (Red+Green+Blue) = 180+11+168=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B40BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40BA8 is #4BF457. Grayscale: #4E4E4E. Windows color (decimal): -4977752 or 11013044. OLE color: 11013044.
HSL color Cylindrical-coordinate representation of color #B40BA8: hue angle of 304.26º 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 #B40BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.29 |
| HSL | 304.26º | 0.88% | 0.37% | - |
| HSV(B) | 304.26º | 0.94% | 0.71% | - |
| XYZ | 26.01 | 12.77 | 38.14 | - |
| YUV | 79.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 168 | 0 | 0.94 | 0.07 | 0.29 | 304.26 | 0.88 | 0.37 |
| Hex | B4 | B | A8 | 0 | 5E | 7 | 1D | 130 | 58 | 25 |
| Octal | 264 | 13 | 250 | 0 | 136 | 7 | 35 | 460 | 130 | 45 |
| Binary | 10110100 | 1011 | 10101000 | 0 | 1011110 | 111 | 11101 | 100110000 | 1011000 | 100101 |
Color Harmonies of #B40BA8
Complementary color
Monochromatic Colors of #B40BA8
Black with #B40BA8
Text Example
Text Example
White with #B40BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BA8; }
p { color: rgb(180,11,168); }
H1.HeaderClassName
{
color: #B40BA8;
}
.AnyTagClassName
{
color: #B40BA8;
}
</style>
background-color css
<style>
a { background-color: #B40BA8; }
a { background-color: rgb(180,11,168); }
div.DivClassName
{
background-color: #B40BA8;
}
.BgClassName
{
background-color: #B40BA8;
}
</style>
border-color css
<style>
span { border-color: #B40BA8; }
span { border-color: rgb(180,11,168); }
td.TdClassName
{
border-color: #B40BA8;
}
.TagClassName
{
border-color: #B40BA8;
}
</style>