Shades of Deep Magenta #B40BA7
Tints of Deep Magenta #B40BA7
RGB
CMYK
RGB Variations
Color information
#B40BA7 (or 0xB40BA7) is known color: Deep Magenta. HEX triplet: B4, 0B and A7. RGB value is (180,11,167). Sum of RGB (Red+Green+Blue) = 180+11+167=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B40BA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40BA7 is #4BF458. Grayscale: #4E4E4E. Windows color (decimal): -4977753 or 10947508. OLE color: 10947508.
HSL color Cylindrical-coordinate representation of color #B40BA7: hue angle of 304.62º 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 #B40BA7 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 167 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.29 |
| HSL | 304.62º | 0.88% | 0.37% | - |
| HSV(B) | 304.62º | 0.94% | 0.71% | - |
| XYZ | 25.92 | 12.73 | 37.65 | - |
| YUV | 79.32 | 177.49 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 167 | 0 | 0.94 | 0.07 | 0.29 | 304.62 | 0.88 | 0.37 |
| Hex | B4 | B | A7 | 0 | 5E | 7 | 1D | 131 | 58 | 25 |
| Octal | 264 | 13 | 247 | 0 | 136 | 7 | 35 | 461 | 130 | 45 |
| Binary | 10110100 | 1011 | 10100111 | 0 | 1011110 | 111 | 11101 | 100110001 | 1011000 | 100101 |
Color Harmonies of #B40BA7
Complementary color
Monochromatic Colors of #B40BA7
Black with #B40BA7
Text Example
Text Example
White with #B40BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BA7; }
p { color: rgb(180,11,167); }
H1.HeaderClassName
{
color: #B40BA7;
}
.AnyTagClassName
{
color: #B40BA7;
}
</style>
background-color css
<style>
a { background-color: #B40BA7; }
a { background-color: rgb(180,11,167); }
div.DivClassName
{
background-color: #B40BA7;
}
.BgClassName
{
background-color: #B40BA7;
}
</style>
border-color css
<style>
span { border-color: #B40BA7; }
span { border-color: rgb(180,11,167); }
td.TdClassName
{
border-color: #B40BA7;
}
.TagClassName
{
border-color: #B40BA7;
}
</style>