Shades of Dark Magenta #B201A0
Tints of Dark Magenta #B201A0
RGB
CMYK
RGB Variations
Color information
#B201A0 (or 0xB201A0) is known color: Dark Magenta. HEX triplet: B2, 01 and A0. RGB value is (178,1,160). Sum of RGB (Red+Green+Blue) = 178+1+160=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B201A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B201A0 is #4DFE5F. Grayscale: #474747. Windows color (decimal): -5111392 or 10486194. OLE color: 10486194.
HSL color Cylindrical-coordinate representation of color #B201A0: hue angle of 306.1º 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 #B201A0 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 160 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.30 |
| HSL | 306.1º | 0.99% | 0.35% | - |
| HSV(B) | 306.1º | 0.99% | 0.7% | - |
| XYZ | 24.72 | 12.02 | 34.28 | - |
| YUV | 72.05 | 177.64 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 160 | 0 | 0.99 | 0.10 | 0.30 | 306.1 | 0.99 | 0.35 |
| Hex | B2 | 1 | A0 | 0 | 63 | A | 1E | 132 | 63 | 23 |
| Octal | 262 | 1 | 240 | 0 | 143 | 12 | 36 | 462 | 143 | 43 |
| Binary | 10110010 | 1 | 10100000 | 0 | 1100011 | 1010 | 11110 | 100110010 | 1100011 | 100011 |
Color Harmonies of #B201A0
Complementary color
Monochromatic Colors of #B201A0
Black with #B201A0
Text Example
Text Example
White with #B201A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201A0; }
p { color: rgb(178,1,160); }
H1.HeaderClassName
{
color: #B201A0;
}
.AnyTagClassName
{
color: #B201A0;
}
</style>
background-color css
<style>
a { background-color: #B201A0; }
a { background-color: rgb(178,1,160); }
div.DivClassName
{
background-color: #B201A0;
}
.BgClassName
{
background-color: #B201A0;
}
</style>
border-color css
<style>
span { border-color: #B201A0; }
span { border-color: rgb(178,1,160); }
td.TdClassName
{
border-color: #B201A0;
}
.TagClassName
{
border-color: #B201A0;
}
</style>