Shades of Deep Magenta #B201A6
Tints of Deep Magenta #B201A6
RGB
CMYK
RGB Variations
Color information
#B201A6 (or 0xB201A6) is known color: Deep Magenta. HEX triplet: B2, 01 and A6. RGB value is (178,1,166). Sum of RGB (Red+Green+Blue) = 178+1+166=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B201A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B201A6 is #4DFE59. Grayscale: #484848. Windows color (decimal): -5111386 or 10879410. OLE color: 10879410.
HSL color Cylindrical-coordinate representation of color #B201A6: hue angle of 304.07º 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 #B201A6 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 166 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.30 |
| HSL | 304.07º | 0.99% | 0.35% | - |
| HSV(B) | 304.07º | 0.99% | 0.7% | - |
| XYZ | 25.25 | 12.24 | 37.11 | - |
| YUV | 72.73 | 180.64 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 166 | 0 | 0.99 | 0.07 | 0.30 | 304.07 | 0.99 | 0.35 |
| Hex | B2 | 1 | A6 | 0 | 63 | 7 | 1E | 130 | 63 | 23 |
| Octal | 262 | 1 | 246 | 0 | 143 | 7 | 36 | 460 | 143 | 43 |
| Binary | 10110010 | 1 | 10100110 | 0 | 1100011 | 111 | 11110 | 100110000 | 1100011 | 100011 |
Color Harmonies of #B201A6
Complementary color
Monochromatic Colors of #B201A6
Black with #B201A6
Text Example
Text Example
White with #B201A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201A6; }
p { color: rgb(178,1,166); }
H1.HeaderClassName
{
color: #B201A6;
}
.AnyTagClassName
{
color: #B201A6;
}
</style>
background-color css
<style>
a { background-color: #B201A6; }
a { background-color: rgb(178,1,166); }
div.DivClassName
{
background-color: #B201A6;
}
.BgClassName
{
background-color: #B201A6;
}
</style>
border-color css
<style>
span { border-color: #B201A6; }
span { border-color: rgb(178,1,166); }
td.TdClassName
{
border-color: #B201A6;
}
.TagClassName
{
border-color: #B201A6;
}
</style>