Shades of Deep Magenta #B501A9
Tints of Deep Magenta #B501A9
RGB
CMYK
RGB Variations
Color information
#B501A9 (or 0xB501A9) is known color: Deep Magenta. HEX triplet: B5, 01 and A9. RGB value is (181,1,169). Sum of RGB (Red+Green+Blue) = 181+1+169=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B501A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B501A9 is #4AFE56. Grayscale: #494949. Windows color (decimal): -4914775 or 11076021. OLE color: 11076021.
HSL color Cylindrical-coordinate representation of color #B501A9: hue angle of 304º degrees, saturation: 0.99, 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 #B501A9 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 169 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.29 |
| HSL | 304º | 0.99% | 0.36% | - |
| HSV(B) | 304º | 0.99% | 0.71% | - |
| XYZ | 26.23 | 12.71 | 38.61 | - |
| YUV | 73.97 | 181.63 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 169 | 0 | 0.99 | 0.07 | 0.29 | 304 | 0.99 | 0.36 |
| Hex | B5 | 1 | A9 | 0 | 63 | 7 | 1D | 130 | 63 | 24 |
| Octal | 265 | 1 | 251 | 0 | 143 | 7 | 35 | 460 | 143 | 44 |
| Binary | 10110101 | 1 | 10101001 | 0 | 1100011 | 111 | 11101 | 100110000 | 1100011 | 100100 |
Color Harmonies of #B501A9
Complementary color
Monochromatic Colors of #B501A9
Black with #B501A9
Text Example
Text Example
White with #B501A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501A9; }
p { color: rgb(181,1,169); }
H1.HeaderClassName
{
color: #B501A9;
}
.AnyTagClassName
{
color: #B501A9;
}
</style>
background-color css
<style>
a { background-color: #B501A9; }
a { background-color: rgb(181,1,169); }
div.DivClassName
{
background-color: #B501A9;
}
.BgClassName
{
background-color: #B501A9;
}
</style>
border-color css
<style>
span { border-color: #B501A9; }
span { border-color: rgb(181,1,169); }
td.TdClassName
{
border-color: #B501A9;
}
.TagClassName
{
border-color: #B501A9;
}
</style>