Shades of Deep Magenta #B502AB
Tints of Deep Magenta #B502AB
RGB
CMYK
RGB Variations
Color information
#B502AB (or 0xB502AB) is known color: Deep Magenta. HEX triplet: B5, 02 and AB. RGB value is (181,2,171). Sum of RGB (Red+Green+Blue) = 181+2+171=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B502AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B502AB is #4AFD54. Grayscale: #4A4A4A. Windows color (decimal): -4914517 or 11207349. OLE color: 11207349.
HSL color Cylindrical-coordinate representation of color #B502AB: hue angle of 303.35º 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 #B502AB is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.29 |
| HSL | 303.35º | 0.98% | 0.36% | - |
| HSV(B) | 303.35º | 0.99% | 0.71% | - |
| XYZ | 26.43 | 12.81 | 39.61 | - |
| YUV | 74.79 | 182.3 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 171 | 0 | 0.99 | 0.06 | 0.29 | 303.35 | 0.98 | 0.36 |
| Hex | B5 | 2 | AB | 0 | 63 | 6 | 1D | 12F | 62 | 24 |
| Octal | 265 | 2 | 253 | 0 | 143 | 6 | 35 | 457 | 142 | 44 |
| Binary | 10110101 | 10 | 10101011 | 0 | 1100011 | 110 | 11101 | 100101111 | 1100010 | 100100 |
Color Harmonies of #B502AB
Complementary color
Monochromatic Colors of #B502AB
Black with #B502AB
Text Example
Text Example
White with #B502AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B502AB; }
p { color: rgb(181,2,171); }
H1.HeaderClassName
{
color: #B502AB;
}
.AnyTagClassName
{
color: #B502AB;
}
</style>
background-color css
<style>
a { background-color: #B502AB; }
a { background-color: rgb(181,2,171); }
div.DivClassName
{
background-color: #B502AB;
}
.BgClassName
{
background-color: #B502AB;
}
</style>
border-color css
<style>
span { border-color: #B502AB; }
span { border-color: rgb(181,2,171); }
td.TdClassName
{
border-color: #B502AB;
}
.TagClassName
{
border-color: #B502AB;
}
</style>