Shades of Deep Magenta #B407A8
Tints of Deep Magenta #B407A8
RGB
CMYK
RGB Variations
Color information
#B407A8 (or 0xB407A8) is known color: Deep Magenta. HEX triplet: B4, 07 and A8. RGB value is (180,7,168). Sum of RGB (Red+Green+Blue) = 180+7+168=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B407A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B407A8 is #4BF857. Grayscale: #4C4C4C. Windows color (decimal): -4978776 or 11012020. OLE color: 11012020.
HSL color Cylindrical-coordinate representation of color #B407A8: hue angle of 304.16º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B407A8 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 168 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.29 |
| HSL | 304.16º | 0.93% | 0.37% | - |
| HSV(B) | 304.16º | 0.96% | 0.71% | - |
| XYZ | 25.97 | 12.68 | 38.13 | - |
| YUV | 77.08 | 179.31 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 168 | 0 | 0.96 | 0.07 | 0.29 | 304.16 | 0.93 | 0.37 |
| Hex | B4 | 7 | A8 | 0 | 60 | 7 | 1D | 130 | 5D | 25 |
| Octal | 264 | 7 | 250 | 0 | 140 | 7 | 35 | 460 | 135 | 45 |
| Binary | 10110100 | 111 | 10101000 | 0 | 1100000 | 111 | 11101 | 100110000 | 1011101 | 100101 |
Color Harmonies of #B407A8
Complementary color
Monochromatic Colors of #B407A8
Black with #B407A8
Text Example
Text Example
White with #B407A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407A8; }
p { color: rgb(180,7,168); }
H1.HeaderClassName
{
color: #B407A8;
}
.AnyTagClassName
{
color: #B407A8;
}
</style>
background-color css
<style>
a { background-color: #B407A8; }
a { background-color: rgb(180,7,168); }
div.DivClassName
{
background-color: #B407A8;
}
.BgClassName
{
background-color: #B407A8;
}
</style>
border-color css
<style>
span { border-color: #B407A8; }
span { border-color: rgb(180,7,168); }
td.TdClassName
{
border-color: #B407A8;
}
.TagClassName
{
border-color: #B407A8;
}
</style>