Shades of Deep Magenta #B502A7
Tints of Deep Magenta #B502A7
RGB
CMYK
RGB Variations
Color information
#B502A7 (or 0xB502A7) is known color: Deep Magenta. HEX triplet: B5, 02 and A7. RGB value is (181,2,167). Sum of RGB (Red+Green+Blue) = 181+2+167=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 167 (65.62% from 255 or 47.71% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B502A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B502A7 is #4AFD58. Grayscale: #494949. Windows color (decimal): -4914521 or 10945205. OLE color: 10945205.
HSL color Cylindrical-coordinate representation of color #B502A7: hue angle of 304.69º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502A7 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 167 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.29 |
| HSL | 304.69º | 0.98% | 0.36% | - |
| HSV(B) | 304.69º | 0.99% | 0.71% | - |
| XYZ | 26.05 | 12.66 | 37.63 | - |
| YUV | 74.33 | 180.3 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 167 | 0 | 0.99 | 0.08 | 0.29 | 304.69 | 0.98 | 0.36 |
| Hex | B5 | 2 | A7 | 0 | 63 | 8 | 1D | 131 | 62 | 24 |
| Octal | 265 | 2 | 247 | 0 | 143 | 10 | 35 | 461 | 142 | 44 |
| Binary | 10110101 | 10 | 10100111 | 0 | 1100011 | 1000 | 11101 | 100110001 | 1100010 | 100100 |
Color Harmonies of #B502A7
Complementary color
Monochromatic Colors of #B502A7
Black with #B502A7
Text Example
Text Example
White with #B502A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B502A7; }
p { color: rgb(181,2,167); }
H1.HeaderClassName
{
color: #B502A7;
}
.AnyTagClassName
{
color: #B502A7;
}
</style>
background-color css
<style>
a { background-color: #B502A7; }
a { background-color: rgb(181,2,167); }
div.DivClassName
{
background-color: #B502A7;
}
.BgClassName
{
background-color: #B502A7;
}
</style>
border-color css
<style>
span { border-color: #B502A7; }
span { border-color: rgb(181,2,167); }
td.TdClassName
{
border-color: #B502A7;
}
.TagClassName
{
border-color: #B502A7;
}
</style>