Shades of Deep Magenta #B502B2
Tints of Deep Magenta #B502B2
RGB
CMYK
RGB Variations
Color information
#B502B2 (or 0xB502B2) is known color: Deep Magenta. HEX triplet: B5, 02 and B2. RGB value is (181,2,178). Sum of RGB (Red+Green+Blue) = 181+2+178=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B502B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B502B2 is #4AFD4D. Grayscale: #4B4B4B. Windows color (decimal): -4914510 or 11666101. OLE color: 11666101.
HSL color Cylindrical-coordinate representation of color #B502B2: hue angle of 301.01º 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 #B502B2 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.29 |
| HSL | 301.01º | 0.98% | 0.36% | - |
| HSV(B) | 301.01º | 0.99% | 0.71% | - |
| XYZ | 27.11 | 13.08 | 43.22 | - |
| YUV | 75.59 | 185.8 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 178 | 0 | 0.99 | 0.02 | 0.29 | 301.01 | 0.98 | 0.36 |
| Hex | B5 | 2 | B2 | 0 | 63 | 2 | 1D | 12D | 62 | 24 |
| Octal | 265 | 2 | 262 | 0 | 143 | 2 | 35 | 455 | 142 | 44 |
| Binary | 10110101 | 10 | 10110010 | 0 | 1100011 | 10 | 11101 | 100101101 | 1100010 | 100100 |
Color Harmonies of #B502B2
Complementary color
Monochromatic Colors of #B502B2
Black with #B502B2
Text Example
Text Example
White with #B502B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B502B2; }
p { color: rgb(181,2,178); }
H1.HeaderClassName
{
color: #B502B2;
}
.AnyTagClassName
{
color: #B502B2;
}
</style>
background-color css
<style>
a { background-color: #B502B2; }
a { background-color: rgb(181,2,178); }
div.DivClassName
{
background-color: #B502B2;
}
.BgClassName
{
background-color: #B502B2;
}
</style>
border-color css
<style>
span { border-color: #B502B2; }
span { border-color: rgb(181,2,178); }
td.TdClassName
{
border-color: #B502B2;
}
.TagClassName
{
border-color: #B502B2;
}
</style>