Shades of Deep Magenta #B904B5
Tints of Deep Magenta #B904B5
RGB
CMYK
RGB Variations
Color information
#B904B5 (or 0xB904B5) is known color: Deep Magenta. HEX triplet: B9, 04 and B5. RGB value is (185,4,181). Sum of RGB (Red+Green+Blue) = 185+4+181=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B904B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B904B5 is #46FB4A. Grayscale: #4D4D4D. Windows color (decimal): -4651851 or 11863225. OLE color: 11863225.
HSL color Cylindrical-coordinate representation of color #B904B5: hue angle of 301.33º 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 #B904B5 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 181 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.27 |
| HSL | 301.33º | 0.96% | 0.37% | - |
| HSV(B) | 301.33º | 0.98% | 0.73% | - |
| XYZ | 28.39 | 13.74 | 44.87 | - |
| YUV | 78.3 | 185.97 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 181 | 0 | 0.98 | 0.02 | 0.27 | 301.33 | 0.96 | 0.37 |
| Hex | B9 | 4 | B5 | 0 | 62 | 2 | 1B | 12D | 60 | 25 |
| Octal | 271 | 4 | 265 | 0 | 142 | 2 | 33 | 455 | 140 | 45 |
| Binary | 10111001 | 100 | 10110101 | 0 | 1100010 | 10 | 11011 | 100101101 | 1100000 | 100101 |
Color Harmonies of #B904B5
Complementary color
Monochromatic Colors of #B904B5
Black with #B904B5
Text Example
Text Example
White with #B904B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B904B5; }
p { color: rgb(185,4,181); }
H1.HeaderClassName
{
color: #B904B5;
}
.AnyTagClassName
{
color: #B904B5;
}
</style>
background-color css
<style>
a { background-color: #B904B5; }
a { background-color: rgb(185,4,181); }
div.DivClassName
{
background-color: #B904B5;
}
.BgClassName
{
background-color: #B904B5;
}
</style>
border-color css
<style>
span { border-color: #B904B5; }
span { border-color: rgb(185,4,181); }
td.TdClassName
{
border-color: #B904B5;
}
.TagClassName
{
border-color: #B904B5;
}
</style>