Shades of Deep Magenta #B201AF
Tints of Deep Magenta #B201AF
RGB
CMYK
RGB Variations
Color information
#B201AF (or 0xB201AF) is known color: Deep Magenta. HEX triplet: B2, 01 and AF. RGB value is (178,1,175). Sum of RGB (Red+Green+Blue) = 178+1+175=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B201AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B201AF is #4DFE50. Grayscale: #494949. Windows color (decimal): -5111377 or 11469234. OLE color: 11469234.
HSL color Cylindrical-coordinate representation of color #B201AF: hue angle of 301.02º 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 #B201AF is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 175 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.30 |
| HSL | 301.02º | 0.99% | 0.35% | - |
| HSV(B) | 301.02º | 0.99% | 0.7% | - |
| XYZ | 26.11 | 12.58 | 41.61 | - |
| YUV | 73.76 | 185.14 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 175 | 0 | 0.99 | 0.02 | 0.30 | 301.02 | 0.99 | 0.35 |
| Hex | B2 | 1 | AF | 0 | 63 | 2 | 1E | 12D | 63 | 23 |
| Octal | 262 | 1 | 257 | 0 | 143 | 2 | 36 | 455 | 143 | 43 |
| Binary | 10110010 | 1 | 10101111 | 0 | 1100011 | 10 | 11110 | 100101101 | 1100011 | 100011 |
Color Harmonies of #B201AF
Complementary color
Monochromatic Colors of #B201AF
Black with #B201AF
Text Example
Text Example
White with #B201AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201AF; }
p { color: rgb(178,1,175); }
H1.HeaderClassName
{
color: #B201AF;
}
.AnyTagClassName
{
color: #B201AF;
}
</style>
background-color css
<style>
a { background-color: #B201AF; }
a { background-color: rgb(178,1,175); }
div.DivClassName
{
background-color: #B201AF;
}
.BgClassName
{
background-color: #B201AF;
}
</style>
border-color css
<style>
span { border-color: #B201AF; }
span { border-color: rgb(178,1,175); }
td.TdClassName
{
border-color: #B201AF;
}
.TagClassName
{
border-color: #B201AF;
}
</style>