Shades of Deep Magenta #B404A6
Tints of Deep Magenta #B404A6
RGB
CMYK
RGB Variations
Color information
#B404A6 (or 0xB404A6) is known color: Deep Magenta. HEX triplet: B4, 04 and A6. RGB value is (180,4,166). Sum of RGB (Red+Green+Blue) = 180+4+166=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 166 (65.23% from 255 or 47.43% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B404A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B404A6 is #4BFB59. Grayscale: #4A4A4A. Windows color (decimal): -4979546 or 10880180. OLE color: 10880180.
HSL color Cylindrical-coordinate representation of color #B404A6: hue angle of 304.77º 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 #B404A6 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 4 | 166 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.29 |
| HSL | 304.77º | 0.96% | 0.36% | - |
| HSV(B) | 304.77º | 0.98% | 0.71% | - |
| XYZ | 25.75 | 12.54 | 37.14 | - |
| YUV | 75.09 | 179.31 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 166 | 0 | 0.98 | 0.08 | 0.29 | 304.77 | 0.96 | 0.36 |
| Hex | B4 | 4 | A6 | 0 | 62 | 8 | 1D | 131 | 60 | 24 |
| Octal | 264 | 4 | 246 | 0 | 142 | 10 | 35 | 461 | 140 | 44 |
| Binary | 10110100 | 100 | 10100110 | 0 | 1100010 | 1000 | 11101 | 100110001 | 1100000 | 100100 |
Color Harmonies of #B404A6
Complementary color
Monochromatic Colors of #B404A6
Black with #B404A6
Text Example
Text Example
White with #B404A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404A6; }
p { color: rgb(180,4,166); }
H1.HeaderClassName
{
color: #B404A6;
}
.AnyTagClassName
{
color: #B404A6;
}
</style>
background-color css
<style>
a { background-color: #B404A6; }
a { background-color: rgb(180,4,166); }
div.DivClassName
{
background-color: #B404A6;
}
.BgClassName
{
background-color: #B404A6;
}
</style>
border-color css
<style>
span { border-color: #B404A6; }
span { border-color: rgb(180,4,166); }
td.TdClassName
{
border-color: #B404A6;
}
.TagClassName
{
border-color: #B404A6;
}
</style>