Shades of Deep Magenta #B404A8
Tints of Deep Magenta #B404A8
RGB
CMYK
RGB Variations
Color information
#B404A8 (or 0xB404A8) is known color: Deep Magenta. HEX triplet: B4, 04 and A8. RGB value is (180,4,168). Sum of RGB (Red+Green+Blue) = 180+4+168=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 168 (66.02% from 255 or 47.73% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B404A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B404A8 is #4BFB57. Grayscale: #4A4A4A. Windows color (decimal): -4979544 or 11011252. OLE color: 11011252.
HSL color Cylindrical-coordinate representation of color #B404A8: hue angle of 304.09º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B404A8 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 4 | 168 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.29 |
| HSL | 304.09º | 0.96% | 0.36% | - |
| HSV(B) | 304.09º | 0.98% | 0.71% | - |
| XYZ | 25.93 | 12.62 | 38.11 | - |
| YUV | 75.32 | 180.31 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 168 | 0 | 0.98 | 0.07 | 0.29 | 304.09 | 0.96 | 0.36 |
| Hex | B4 | 4 | A8 | 0 | 62 | 7 | 1D | 130 | 60 | 24 |
| Octal | 264 | 4 | 250 | 0 | 142 | 7 | 35 | 460 | 140 | 44 |
| Binary | 10110100 | 100 | 10101000 | 0 | 1100010 | 111 | 11101 | 100110000 | 1100000 | 100100 |
Color Harmonies of #B404A8
Complementary color
Monochromatic Colors of #B404A8
Black with #B404A8
Text Example
Text Example
White with #B404A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404A8; }
p { color: rgb(180,4,168); }
H1.HeaderClassName
{
color: #B404A8;
}
.AnyTagClassName
{
color: #B404A8;
}
</style>
background-color css
<style>
a { background-color: #B404A8; }
a { background-color: rgb(180,4,168); }
div.DivClassName
{
background-color: #B404A8;
}
.BgClassName
{
background-color: #B404A8;
}
</style>
border-color css
<style>
span { border-color: #B404A8; }
span { border-color: rgb(180,4,168); }
td.TdClassName
{
border-color: #B404A8;
}
.TagClassName
{
border-color: #B404A8;
}
</style>