Shades of Deep Magenta #B501AD
Tints of Deep Magenta #B501AD
RGB
CMYK
RGB Variations
Color information
#B501AD (or 0xB501AD) is known color: Deep Magenta. HEX triplet: B5, 01 and AD. RGB value is (181,1,173). Sum of RGB (Red+Green+Blue) = 181+1+173=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B501AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B501AD is #4AFE52. Grayscale: #494949. Windows color (decimal): -4914771 or 11338165. OLE color: 11338165.
HSL color Cylindrical-coordinate representation of color #B501AD: hue angle of 302.67º 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 #B501AD is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 173 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.29 |
| HSL | 302.67º | 0.99% | 0.36% | - |
| HSV(B) | 302.67º | 0.99% | 0.71% | - |
| XYZ | 26.61 | 12.86 | 40.62 | - |
| YUV | 74.43 | 183.63 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 173 | 0 | 0.99 | 0.04 | 0.29 | 302.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | AD | 0 | 63 | 4 | 1D | 12F | 63 | 24 |
| Octal | 265 | 1 | 255 | 0 | 143 | 4 | 35 | 457 | 143 | 44 |
| Binary | 10110101 | 1 | 10101101 | 0 | 1100011 | 100 | 11101 | 100101111 | 1100011 | 100100 |
Color Harmonies of #B501AD
Complementary color
Monochromatic Colors of #B501AD
Black with #B501AD
Text Example
Text Example
White with #B501AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501AD; }
p { color: rgb(181,1,173); }
H1.HeaderClassName
{
color: #B501AD;
}
.AnyTagClassName
{
color: #B501AD;
}
</style>
background-color css
<style>
a { background-color: #B501AD; }
a { background-color: rgb(181,1,173); }
div.DivClassName
{
background-color: #B501AD;
}
.BgClassName
{
background-color: #B501AD;
}
</style>
border-color css
<style>
span { border-color: #B501AD; }
span { border-color: rgb(181,1,173); }
td.TdClassName
{
border-color: #B501AD;
}
.TagClassName
{
border-color: #B501AD;
}
</style>