Shades of Deep Magenta #B406A8
Tints of Deep Magenta #B406A8
RGB
CMYK
RGB Variations
Color information
#B406A8 (or 0xB406A8) is known color: Deep Magenta. HEX triplet: B4, 06 and A8. RGB value is (180,6,168). Sum of RGB (Red+Green+Blue) = 180+6+168=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 168 (66.02% from 255 or 47.46% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B406A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B406A8 is #4BF957. Grayscale: #4C4C4C. Windows color (decimal): -4979032 or 11011764. OLE color: 11011764.
HSL color Cylindrical-coordinate representation of color #B406A8: hue angle of 304.14º 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 #B406A8 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 6 | 168 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.29 |
| HSL | 304.14º | 0.94% | 0.36% | - |
| HSV(B) | 304.14º | 0.97% | 0.71% | - |
| XYZ | 25.96 | 12.66 | 38.12 | - |
| YUV | 76.49 | 179.65 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 168 | 0 | 0.97 | 0.07 | 0.29 | 304.14 | 0.94 | 0.36 |
| Hex | B4 | 6 | A8 | 0 | 61 | 7 | 1D | 130 | 5E | 24 |
| Octal | 264 | 6 | 250 | 0 | 141 | 7 | 35 | 460 | 136 | 44 |
| Binary | 10110100 | 110 | 10101000 | 0 | 1100001 | 111 | 11101 | 100110000 | 1011110 | 100100 |
Color Harmonies of #B406A8
Complementary color
Monochromatic Colors of #B406A8
Black with #B406A8
Text Example
Text Example
White with #B406A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B406A8; }
p { color: rgb(180,6,168); }
H1.HeaderClassName
{
color: #B406A8;
}
.AnyTagClassName
{
color: #B406A8;
}
</style>
background-color css
<style>
a { background-color: #B406A8; }
a { background-color: rgb(180,6,168); }
div.DivClassName
{
background-color: #B406A8;
}
.BgClassName
{
background-color: #B406A8;
}
</style>
border-color css
<style>
span { border-color: #B406A8; }
span { border-color: rgb(180,6,168); }
td.TdClassName
{
border-color: #B406A8;
}
.TagClassName
{
border-color: #B406A8;
}
</style>