Shades of Deep Magenta #B406A9
Tints of Deep Magenta #B406A9
RGB
CMYK
RGB Variations
Color information
#B406A9 (or 0xB406A9) is known color: Deep Magenta. HEX triplet: B4, 06 and A9. RGB value is (180,6,169). Sum of RGB (Red+Green+Blue) = 180+6+169=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 169 (66.41% from 255 or 47.61% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B406A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B406A9 is #4BF956. Grayscale: #4C4C4C. Windows color (decimal): -4979031 or 11077300. OLE color: 11077300.
HSL color Cylindrical-coordinate representation of color #B406A9: hue angle of 303.79º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B406A9 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 6 | 169 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.29 |
| HSL | 303.79º | 0.94% | 0.36% | - |
| HSV(B) | 303.79º | 0.97% | 0.71% | - |
| XYZ | 26.05 | 12.7 | 38.61 | - |
| YUV | 76.61 | 180.15 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 169 | 0 | 0.97 | 0.06 | 0.29 | 303.79 | 0.94 | 0.36 |
| Hex | B4 | 6 | A9 | 0 | 61 | 6 | 1D | 130 | 5E | 24 |
| Octal | 264 | 6 | 251 | 0 | 141 | 6 | 35 | 460 | 136 | 44 |
| Binary | 10110100 | 110 | 10101001 | 0 | 1100001 | 110 | 11101 | 100110000 | 1011110 | 100100 |
Color Harmonies of #B406A9
Complementary color
Monochromatic Colors of #B406A9
Black with #B406A9
Text Example
Text Example
White with #B406A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B406A9; }
p { color: rgb(180,6,169); }
H1.HeaderClassName
{
color: #B406A9;
}
.AnyTagClassName
{
color: #B406A9;
}
</style>
background-color css
<style>
a { background-color: #B406A9; }
a { background-color: rgb(180,6,169); }
div.DivClassName
{
background-color: #B406A9;
}
.BgClassName
{
background-color: #B406A9;
}
</style>
border-color css
<style>
span { border-color: #B406A9; }
span { border-color: rgb(180,6,169); }
td.TdClassName
{
border-color: #B406A9;
}
.TagClassName
{
border-color: #B406A9;
}
</style>