Shades of Deep Magenta #B901AD
Tints of Deep Magenta #B901AD
RGB
CMYK
RGB Variations
Color information
#B901AD (or 0xB901AD) is known color: Deep Magenta. HEX triplet: B9, 01 and AD. RGB value is (185,1,173). Sum of RGB (Red+Green+Blue) = 185+1+173=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B901AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B901AD is #46FE52. Grayscale: #4B4B4B. Windows color (decimal): -4652627 or 11338169. OLE color: 11338169.
HSL color Cylindrical-coordinate representation of color #B901AD: hue angle of 303.91º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B901AD is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 173 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.27 |
| HSL | 303.91º | 0.99% | 0.36% | - |
| HSV(B) | 303.91º | 0.99% | 0.73% | - |
| XYZ | 27.56 | 13.35 | 40.66 | - |
| YUV | 75.62 | 182.96 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 173 | 0 | 0.99 | 0.06 | 0.27 | 303.91 | 0.99 | 0.36 |
| Hex | B9 | 1 | AD | 0 | 63 | 6 | 1B | 130 | 63 | 24 |
| Octal | 271 | 1 | 255 | 0 | 143 | 6 | 33 | 460 | 143 | 44 |
| Binary | 10111001 | 1 | 10101101 | 0 | 1100011 | 110 | 11011 | 100110000 | 1100011 | 100100 |
Color Harmonies of #B901AD
Complementary color
Monochromatic Colors of #B901AD
Black with #B901AD
Text Example
Text Example
White with #B901AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B901AD; }
p { color: rgb(185,1,173); }
H1.HeaderClassName
{
color: #B901AD;
}
.AnyTagClassName
{
color: #B901AD;
}
</style>
background-color css
<style>
a { background-color: #B901AD; }
a { background-color: rgb(185,1,173); }
div.DivClassName
{
background-color: #B901AD;
}
.BgClassName
{
background-color: #B901AD;
}
</style>
border-color css
<style>
span { border-color: #B901AD; }
span { border-color: rgb(185,1,173); }
td.TdClassName
{
border-color: #B901AD;
}
.TagClassName
{
border-color: #B901AD;
}
</style>