Shades of Deep Magenta #B201A8
Tints of Deep Magenta #B201A8
RGB
CMYK
RGB Variations
Color information
#B201A8 (or 0xB201A8) is known color: Deep Magenta. HEX triplet: B2, 01 and A8. RGB value is (178,1,168). Sum of RGB (Red+Green+Blue) = 178+1+168=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B201A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B201A8 is #4DFE57. Grayscale: #484848. Windows color (decimal): -5111384 or 11010482. OLE color: 11010482.
HSL color Cylindrical-coordinate representation of color #B201A8: hue angle of 303.39º 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 #B201A8 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 168 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.30 |
| HSL | 303.39º | 0.99% | 0.35% | - |
| HSV(B) | 303.39º | 0.99% | 0.7% | - |
| XYZ | 25.44 | 12.31 | 38.08 | - |
| YUV | 72.96 | 181.64 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 168 | 0 | 0.99 | 0.06 | 0.30 | 303.39 | 0.99 | 0.35 |
| Hex | B2 | 1 | A8 | 0 | 63 | 6 | 1E | 12F | 63 | 23 |
| Octal | 262 | 1 | 250 | 0 | 143 | 6 | 36 | 457 | 143 | 43 |
| Binary | 10110010 | 1 | 10101000 | 0 | 1100011 | 110 | 11110 | 100101111 | 1100011 | 100011 |
Color Harmonies of #B201A8
Complementary color
Monochromatic Colors of #B201A8
Black with #B201A8
Text Example
Text Example
White with #B201A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201A8; }
p { color: rgb(178,1,168); }
H1.HeaderClassName
{
color: #B201A8;
}
.AnyTagClassName
{
color: #B201A8;
}
</style>
background-color css
<style>
a { background-color: #B201A8; }
a { background-color: rgb(178,1,168); }
div.DivClassName
{
background-color: #B201A8;
}
.BgClassName
{
background-color: #B201A8;
}
</style>
border-color css
<style>
span { border-color: #B201A8; }
span { border-color: rgb(178,1,168); }
td.TdClassName
{
border-color: #B201A8;
}
.TagClassName
{
border-color: #B201A8;
}
</style>