Shades of Deep Magenta #B502B9
Tints of Deep Magenta #B502B9
RGB
CMYK
RGB Variations
Color information
#B502B9 (or 0xB502B9) is known color: Deep Magenta. HEX triplet: B5, 02 and B9. RGB value is (181,2,185). Sum of RGB (Red+Green+Blue) = 181+2+185=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #B502B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B502B9 is #4AFD46. Grayscale: #4B4B4B. Windows color (decimal): -4914503 or 12124853. OLE color: 12124853.
HSL color Cylindrical-coordinate representation of color #B502B9: hue angle of 298.69º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502B9 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 2 | 185 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.27 |
| HSL | 298.69º | 0.98% | 0.37% | - |
| HSV(B) | 298.69º | 0.99% | 0.73% | - |
| XYZ | 27.83 | 13.37 | 47.01 | - |
| YUV | 76.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 185 | 0.02 | 0.99 | 0 | 0.27 | 298.69 | 0.98 | 0.37 |
| Hex | B5 | 2 | B9 | 2 | 63 | 0 | 1B | 12B | 62 | 25 |
| Octal | 265 | 2 | 271 | 2 | 143 | 0 | 33 | 453 | 142 | 45 |
| Binary | 10110101 | 10 | 10111001 | 10 | 1100011 | 0 | 11011 | 100101011 | 1100010 | 100101 |
Color Harmonies of #B502B9
Complementary color
Monochromatic Colors of #B502B9
Black with #B502B9
Text Example
Text Example
White with #B502B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B502B9; }
p { color: rgb(181,2,185); }
H1.HeaderClassName
{
color: #B502B9;
}
.AnyTagClassName
{
color: #B502B9;
}
</style>
background-color css
<style>
a { background-color: #B502B9; }
a { background-color: rgb(181,2,185); }
div.DivClassName
{
background-color: #B502B9;
}
.BgClassName
{
background-color: #B502B9;
}
</style>
border-color css
<style>
span { border-color: #B502B9; }
span { border-color: rgb(181,2,185); }
td.TdClassName
{
border-color: #B502B9;
}
.TagClassName
{
border-color: #B502B9;
}
</style>