Shades of Deep Magenta #B904C5
Tints of Deep Magenta #B904C5
RGB
CMYK
RGB Variations
Color information
#B904C5 (or 0xB904C5) is known color: Deep Magenta. HEX triplet: B9, 04 and C5. RGB value is (185,4,197). Sum of RGB (Red+Green+Blue) = 185+4+197=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #B904C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B904C5 is #46FB3A. Grayscale: #4F4F4F. Windows color (decimal): -4651835 or 12911801. OLE color: 12911801.
HSL color Cylindrical-coordinate representation of color #B904C5: hue angle of 296.27º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904C5 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 4 | 197 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.23 |
| HSL | 296.27º | 0.96% | 0.39% | - |
| HSV(B) | 296.27º | 0.98% | 0.77% | - |
| XYZ | 30.13 | 14.43 | 54.02 | - |
| YUV | 80.12 | 193.97 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 197 | 0.06 | 0.98 | 0 | 0.23 | 296.27 | 0.96 | 0.39 |
| Hex | B9 | 4 | C5 | 6 | 62 | 0 | 17 | 128 | 60 | 27 |
| Octal | 271 | 4 | 305 | 6 | 142 | 0 | 27 | 450 | 140 | 47 |
| Binary | 10111001 | 100 | 11000101 | 110 | 1100010 | 0 | 10111 | 100101000 | 1100000 | 100111 |
Color Harmonies of #B904C5
Complementary color
Monochromatic Colors of #B904C5
Black with #B904C5
Text Example
Text Example
White with #B904C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B904C5; }
p { color: rgb(185,4,197); }
H1.HeaderClassName
{
color: #B904C5;
}
.AnyTagClassName
{
color: #B904C5;
}
</style>
background-color css
<style>
a { background-color: #B904C5; }
a { background-color: rgb(185,4,197); }
div.DivClassName
{
background-color: #B904C5;
}
.BgClassName
{
background-color: #B904C5;
}
</style>
border-color css
<style>
span { border-color: #B904C5; }
span { border-color: rgb(185,4,197); }
td.TdClassName
{
border-color: #B904C5;
}
.TagClassName
{
border-color: #B904C5;
}
</style>