Shades of Deep Magenta #B504B1
Tints of Deep Magenta #B504B1
RGB
CMYK
RGB Variations
Color information
#B504B1 (or 0xB504B1) is known color: Deep Magenta. HEX triplet: B5, 04 and B1. RGB value is (181,4,177). Sum of RGB (Red+Green+Blue) = 181+4+177=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B504B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B504B1 is #4AFB4E. Grayscale: #4C4C4C. Windows color (decimal): -4913999 or 11601077. OLE color: 11601077.
HSL color Cylindrical-coordinate representation of color #B504B1: hue angle of 301.36º 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 #B504B1 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 177 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.29 |
| HSL | 301.36º | 0.96% | 0.36% | - |
| HSV(B) | 301.36º | 0.98% | 0.71% | - |
| XYZ | 27.04 | 13.08 | 42.7 | - |
| YUV | 76.65 | 184.64 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 177 | 0 | 0.98 | 0.02 | 0.29 | 301.36 | 0.96 | 0.36 |
| Hex | B5 | 4 | B1 | 0 | 62 | 2 | 1D | 12D | 60 | 24 |
| Octal | 265 | 4 | 261 | 0 | 142 | 2 | 35 | 455 | 140 | 44 |
| Binary | 10110101 | 100 | 10110001 | 0 | 1100010 | 10 | 11101 | 100101101 | 1100000 | 100100 |
Color Harmonies of #B504B1
Complementary color
Monochromatic Colors of #B504B1
Black with #B504B1
Text Example
Text Example
White with #B504B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B504B1; }
p { color: rgb(181,4,177); }
H1.HeaderClassName
{
color: #B504B1;
}
.AnyTagClassName
{
color: #B504B1;
}
</style>
background-color css
<style>
a { background-color: #B504B1; }
a { background-color: rgb(181,4,177); }
div.DivClassName
{
background-color: #B504B1;
}
.BgClassName
{
background-color: #B504B1;
}
</style>
border-color css
<style>
span { border-color: #B504B1; }
span { border-color: rgb(181,4,177); }
td.TdClassName
{
border-color: #B504B1;
}
.TagClassName
{
border-color: #B504B1;
}
</style>