Shades of Deep Magenta #B504B2
Tints of Deep Magenta #B504B2
RGB
CMYK
RGB Variations
Color information
#B504B2 (or 0xB504B2) is known color: Deep Magenta. HEX triplet: B5, 04 and B2. RGB value is (181,4,178). Sum of RGB (Red+Green+Blue) = 181+4+178=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B504B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B504B2 is #4AFB4D. Grayscale: #4C4C4C. Windows color (decimal): -4913998 or 11666613. OLE color: 11666613.
HSL color Cylindrical-coordinate representation of color #B504B2: hue angle of 301.02º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B504B2 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 178 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.29 |
| HSL | 301.02º | 0.96% | 0.36% | - |
| HSV(B) | 301.02º | 0.98% | 0.71% | - |
| XYZ | 27.14 | 13.12 | 43.22 | - |
| YUV | 76.76 | 185.14 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 178 | 0 | 0.98 | 0.02 | 0.29 | 301.02 | 0.96 | 0.36 |
| Hex | B5 | 4 | B2 | 0 | 62 | 2 | 1D | 12D | 60 | 24 |
| Octal | 265 | 4 | 262 | 0 | 142 | 2 | 35 | 455 | 140 | 44 |
| Binary | 10110101 | 100 | 10110010 | 0 | 1100010 | 10 | 11101 | 100101101 | 1100000 | 100100 |
Color Harmonies of #B504B2
Complementary color
Monochromatic Colors of #B504B2
Black with #B504B2
Text Example
Text Example
White with #B504B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B504B2; }
p { color: rgb(181,4,178); }
H1.HeaderClassName
{
color: #B504B2;
}
.AnyTagClassName
{
color: #B504B2;
}
</style>
background-color css
<style>
a { background-color: #B504B2; }
a { background-color: rgb(181,4,178); }
div.DivClassName
{
background-color: #B504B2;
}
.BgClassName
{
background-color: #B504B2;
}
</style>
border-color css
<style>
span { border-color: #B504B2; }
span { border-color: rgb(181,4,178); }
td.TdClassName
{
border-color: #B504B2;
}
.TagClassName
{
border-color: #B504B2;
}
</style>