Shades of Deep Magenta #B502B7
Tints of Deep Magenta #B502B7
RGB
CMYK
RGB Variations
Color information
#B502B7 (or 0xB502B7) is known color: Deep Magenta. HEX triplet: B5, 02 and B7. RGB value is (181,2,183). Sum of RGB (Red+Green+Blue) = 181+2+183=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #B502B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B502B7 is #4AFD48. Grayscale: #4B4B4B. Windows color (decimal): -4914505 or 11993781. OLE color: 11993781.
HSL color Cylindrical-coordinate representation of color #B502B7: hue angle of 299.34º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502B7 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 2 | 183 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.28 |
| HSL | 299.34º | 0.98% | 0.36% | - |
| HSV(B) | 299.34º | 0.99% | 0.72% | - |
| XYZ | 27.63 | 13.29 | 45.91 | - |
| YUV | 76.16 | 188.3 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 183 | 0.01 | 0.99 | 0 | 0.28 | 299.34 | 0.98 | 0.36 |
| Hex | B5 | 2 | B7 | 1 | 63 | 0 | 1C | 12B | 62 | 24 |
| Octal | 265 | 2 | 267 | 1 | 143 | 0 | 34 | 453 | 142 | 44 |
| Binary | 10110101 | 10 | 10110111 | 1 | 1100011 | 0 | 11100 | 100101011 | 1100010 | 100100 |
Color Harmonies of #B502B7
Complementary color
Monochromatic Colors of #B502B7
Black with #B502B7
Text Example
Text Example
White with #B502B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B502B7; }
p { color: rgb(181,2,183); }
H1.HeaderClassName
{
color: #B502B7;
}
.AnyTagClassName
{
color: #B502B7;
}
</style>
background-color css
<style>
a { background-color: #B502B7; }
a { background-color: rgb(181,2,183); }
div.DivClassName
{
background-color: #B502B7;
}
.BgClassName
{
background-color: #B502B7;
}
</style>
border-color css
<style>
span { border-color: #B502B7; }
span { border-color: rgb(181,2,183); }
td.TdClassName
{
border-color: #B502B7;
}
.TagClassName
{
border-color: #B502B7;
}
</style>