Shades of Dark Magenta #B201A2
Tints of Dark Magenta #B201A2
RGB
CMYK
RGB Variations
Color information
#B201A2 (or 0xB201A2) is known color: Dark Magenta. HEX triplet: B2, 01 and A2. RGB value is (178,1,162). Sum of RGB (Red+Green+Blue) = 178+1+162=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B201A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B201A2 is #4DFE5D. Grayscale: #474747. Windows color (decimal): -5111390 or 10617266. OLE color: 10617266.
HSL color Cylindrical-coordinate representation of color #B201A2: hue angle of 305.42º 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 #B201A2 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 162 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.30 |
| HSL | 305.42º | 0.99% | 0.35% | - |
| HSV(B) | 305.42º | 0.99% | 0.7% | - |
| XYZ | 24.89 | 12.1 | 35.21 | - |
| YUV | 72.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 162 | 0 | 0.99 | 0.09 | 0.30 | 305.42 | 0.99 | 0.35 |
| Hex | B2 | 1 | A2 | 0 | 63 | 9 | 1E | 131 | 63 | 23 |
| Octal | 262 | 1 | 242 | 0 | 143 | 11 | 36 | 461 | 143 | 43 |
| Binary | 10110010 | 1 | 10100010 | 0 | 1100011 | 1001 | 11110 | 100110001 | 1100011 | 100011 |
Color Harmonies of #B201A2
Complementary color
Monochromatic Colors of #B201A2
Black with #B201A2
Text Example
Text Example
White with #B201A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201A2; }
p { color: rgb(178,1,162); }
H1.HeaderClassName
{
color: #B201A2;
}
.AnyTagClassName
{
color: #B201A2;
}
</style>
background-color css
<style>
a { background-color: #B201A2; }
a { background-color: rgb(178,1,162); }
div.DivClassName
{
background-color: #B201A2;
}
.BgClassName
{
background-color: #B201A2;
}
</style>
border-color css
<style>
span { border-color: #B201A2; }
span { border-color: rgb(178,1,162); }
td.TdClassName
{
border-color: #B201A2;
}
.TagClassName
{
border-color: #B201A2;
}
</style>