Shades of Deep Magenta #B904A7
Tints of Deep Magenta #B904A7
RGB
CMYK
RGB Variations
Color information
#B904A7 (or 0xB904A7) is known color: Deep Magenta. HEX triplet: B9, 04 and A7. RGB value is (185,4,167). Sum of RGB (Red+Green+Blue) = 185+4+167=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B904A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B904A7 is #46FB58. Grayscale: #4C4C4C. Windows color (decimal): -4651865 or 10945721. OLE color: 10945721.
HSL color Cylindrical-coordinate representation of color #B904A7: hue angle of 305.97º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904A7 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 167 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.27 |
| HSL | 305.97º | 0.96% | 0.37% | - |
| HSV(B) | 305.97º | 0.98% | 0.73% | - |
| XYZ | 27.03 | 13.19 | 37.68 | - |
| YUV | 76.7 | 178.97 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 167 | 0 | 0.98 | 0.10 | 0.27 | 305.97 | 0.96 | 0.37 |
| Hex | B9 | 4 | A7 | 0 | 62 | A | 1B | 132 | 60 | 25 |
| Octal | 271 | 4 | 247 | 0 | 142 | 12 | 33 | 462 | 140 | 45 |
| Binary | 10111001 | 100 | 10100111 | 0 | 1100010 | 1010 | 11011 | 100110010 | 1100000 | 100101 |
Color Harmonies of #B904A7
Complementary color
Monochromatic Colors of #B904A7
Black with #B904A7
Text Example
Text Example
White with #B904A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B904A7; }
p { color: rgb(185,4,167); }
H1.HeaderClassName
{
color: #B904A7;
}
.AnyTagClassName
{
color: #B904A7;
}
</style>
background-color css
<style>
a { background-color: #B904A7; }
a { background-color: rgb(185,4,167); }
div.DivClassName
{
background-color: #B904A7;
}
.BgClassName
{
background-color: #B904A7;
}
</style>
border-color css
<style>
span { border-color: #B904A7; }
span { border-color: rgb(185,4,167); }
td.TdClassName
{
border-color: #B904A7;
}
.TagClassName
{
border-color: #B904A7;
}
</style>