Shades of Deep Magenta #B904AC
Tints of Deep Magenta #B904AC
RGB
CMYK
RGB Variations
Color information
#B904AC (or 0xB904AC) is known color: Deep Magenta. HEX triplet: B9, 04 and AC. RGB value is (185,4,172). Sum of RGB (Red+Green+Blue) = 185+4+172=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B904AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B904AC is #46FB53. Grayscale: #4C4C4C. Windows color (decimal): -4651860 or 11273401. OLE color: 11273401.
HSL color Cylindrical-coordinate representation of color #B904AC: hue angle of 304.31º 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 #B904AC is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 172 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.27 |
| HSL | 304.31º | 0.96% | 0.37% | - |
| HSV(B) | 304.31º | 0.98% | 0.73% | - |
| XYZ | 27.5 | 13.38 | 40.16 | - |
| YUV | 77.27 | 181.47 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 172 | 0 | 0.98 | 0.07 | 0.27 | 304.31 | 0.96 | 0.37 |
| Hex | B9 | 4 | AC | 0 | 62 | 7 | 1B | 130 | 60 | 25 |
| Octal | 271 | 4 | 254 | 0 | 142 | 7 | 33 | 460 | 140 | 45 |
| Binary | 10111001 | 100 | 10101100 | 0 | 1100010 | 111 | 11011 | 100110000 | 1100000 | 100101 |
Color Harmonies of #B904AC
Complementary color
Monochromatic Colors of #B904AC
Black with #B904AC
Text Example
Text Example
White with #B904AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B904AC; }
p { color: rgb(185,4,172); }
H1.HeaderClassName
{
color: #B904AC;
}
.AnyTagClassName
{
color: #B904AC;
}
</style>
background-color css
<style>
a { background-color: #B904AC; }
a { background-color: rgb(185,4,172); }
div.DivClassName
{
background-color: #B904AC;
}
.BgClassName
{
background-color: #B904AC;
}
</style>
border-color css
<style>
span { border-color: #B904AC; }
span { border-color: rgb(185,4,172); }
td.TdClassName
{
border-color: #B904AC;
}
.TagClassName
{
border-color: #B904AC;
}
</style>