Shades of Deep Magenta #B904B2
Tints of Deep Magenta #B904B2
RGB
CMYK
RGB Variations
Color information
#B904B2 (or 0xB904B2) is known color: Deep Magenta. HEX triplet: B9, 04 and B2. RGB value is (185,4,178). Sum of RGB (Red+Green+Blue) = 185+4+178=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B904B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B904B2 is #46FB4D. Grayscale: #4D4D4D. Windows color (decimal): -4651854 or 11666617. OLE color: 11666617.
HSL color Cylindrical-coordinate representation of color #B904B2: hue angle of 302.32º 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 #B904B2 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 178 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.27 |
| HSL | 302.32º | 0.96% | 0.37% | - |
| HSV(B) | 302.32º | 0.98% | 0.73% | - |
| XYZ | 28.09 | 13.62 | 43.27 | - |
| YUV | 77.96 | 184.47 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 178 | 0 | 0.98 | 0.04 | 0.27 | 302.32 | 0.96 | 0.37 |
| Hex | B9 | 4 | B2 | 0 | 62 | 4 | 1B | 12E | 60 | 25 |
| Octal | 271 | 4 | 262 | 0 | 142 | 4 | 33 | 456 | 140 | 45 |
| Binary | 10111001 | 100 | 10110010 | 0 | 1100010 | 100 | 11011 | 100101110 | 1100000 | 100101 |
Color Harmonies of #B904B2
Complementary color
Monochromatic Colors of #B904B2
Black with #B904B2
Text Example
Text Example
White with #B904B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B904B2; }
p { color: rgb(185,4,178); }
H1.HeaderClassName
{
color: #B904B2;
}
.AnyTagClassName
{
color: #B904B2;
}
</style>
background-color css
<style>
a { background-color: #B904B2; }
a { background-color: rgb(185,4,178); }
div.DivClassName
{
background-color: #B904B2;
}
.BgClassName
{
background-color: #B904B2;
}
</style>
border-color css
<style>
span { border-color: #B904B2; }
span { border-color: rgb(185,4,178); }
td.TdClassName
{
border-color: #B904B2;
}
.TagClassName
{
border-color: #B904B2;
}
</style>