Shades of Deep Magenta #B201AD
Tints of Deep Magenta #B201AD
RGB
CMYK
RGB Variations
Color information
#B201AD (or 0xB201AD) is known color: Deep Magenta. HEX triplet: B2, 01 and AD. RGB value is (178,1,173). Sum of RGB (Red+Green+Blue) = 178+1+173=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B201AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B201AD is #4DFE52. Grayscale: #494949. Windows color (decimal): -5111379 or 11338162. OLE color: 11338162.
HSL color Cylindrical-coordinate representation of color #B201AD: hue angle of 301.69º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B201AD is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 173 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.30 |
| HSL | 301.69º | 0.99% | 0.35% | - |
| HSV(B) | 301.69º | 0.99% | 0.7% | - |
| XYZ | 25.91 | 12.5 | 40.58 | - |
| YUV | 73.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 173 | 0 | 0.99 | 0.03 | 0.30 | 301.69 | 0.99 | 0.35 |
| Hex | B2 | 1 | AD | 0 | 63 | 3 | 1E | 12E | 63 | 23 |
| Octal | 262 | 1 | 255 | 0 | 143 | 3 | 36 | 456 | 143 | 43 |
| Binary | 10110010 | 1 | 10101101 | 0 | 1100011 | 11 | 11110 | 100101110 | 1100011 | 100011 |
Color Harmonies of #B201AD
Complementary color
Monochromatic Colors of #B201AD
Black with #B201AD
Text Example
Text Example
White with #B201AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201AD; }
p { color: rgb(178,1,173); }
H1.HeaderClassName
{
color: #B201AD;
}
.AnyTagClassName
{
color: #B201AD;
}
</style>
background-color css
<style>
a { background-color: #B201AD; }
a { background-color: rgb(178,1,173); }
div.DivClassName
{
background-color: #B201AD;
}
.BgClassName
{
background-color: #B201AD;
}
</style>
border-color css
<style>
span { border-color: #B201AD; }
span { border-color: rgb(178,1,173); }
td.TdClassName
{
border-color: #B201AD;
}
.TagClassName
{
border-color: #B201AD;
}
</style>