Shades of Deep Magenta #B502A8
Tints of Deep Magenta #B502A8
RGB
CMYK
RGB Variations
Color information
#B502A8 (or 0xB502A8) is known color: Deep Magenta. HEX triplet: B5, 02 and A8. RGB value is (181,2,168). Sum of RGB (Red+Green+Blue) = 181+2+168=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B502A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B502A8 is #4AFD57. Grayscale: #494949. Windows color (decimal): -4914520 or 11010741. OLE color: 11010741.
HSL color Cylindrical-coordinate representation of color #B502A8: hue angle of 304.36º 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 #B502A8 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 168 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.29 |
| HSL | 304.36º | 0.98% | 0.36% | - |
| HSV(B) | 304.36º | 0.99% | 0.71% | - |
| XYZ | 26.15 | 12.69 | 38.12 | - |
| YUV | 74.45 | 180.8 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 168 | 0 | 0.99 | 0.07 | 0.29 | 304.36 | 0.98 | 0.36 |
| Hex | B5 | 2 | A8 | 0 | 63 | 7 | 1D | 130 | 62 | 24 |
| Octal | 265 | 2 | 250 | 0 | 143 | 7 | 35 | 460 | 142 | 44 |
| Binary | 10110101 | 10 | 10101000 | 0 | 1100011 | 111 | 11101 | 100110000 | 1100010 | 100100 |
Color Harmonies of #B502A8
Complementary color
Monochromatic Colors of #B502A8
Black with #B502A8
Text Example
Text Example
White with #B502A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B502A8; }
p { color: rgb(181,2,168); }
H1.HeaderClassName
{
color: #B502A8;
}
.AnyTagClassName
{
color: #B502A8;
}
</style>
background-color css
<style>
a { background-color: #B502A8; }
a { background-color: rgb(181,2,168); }
div.DivClassName
{
background-color: #B502A8;
}
.BgClassName
{
background-color: #B502A8;
}
</style>
border-color css
<style>
span { border-color: #B502A8; }
span { border-color: rgb(181,2,168); }
td.TdClassName
{
border-color: #B502A8;
}
.TagClassName
{
border-color: #B502A8;
}
</style>