Shades of Deep Magenta #B201AC
Tints of Deep Magenta #B201AC
RGB
CMYK
RGB Variations
Color information
#B201AC (or 0xB201AC) is known color: Deep Magenta. HEX triplet: B2, 01 and AC. RGB value is (178,1,172). Sum of RGB (Red+Green+Blue) = 178+1+172=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B201AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B201AC is #4DFE53. Grayscale: #484848. Windows color (decimal): -5111380 or 11272626. OLE color: 11272626.
HSL color Cylindrical-coordinate representation of color #B201AC: hue angle of 302.03º 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 #B201AC is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 172 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.30 |
| HSL | 302.03º | 0.99% | 0.35% | - |
| HSV(B) | 302.03º | 0.99% | 0.7% | - |
| XYZ | 25.82 | 12.47 | 40.08 | - |
| YUV | 73.42 | 183.64 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 172 | 0 | 0.99 | 0.03 | 0.30 | 302.03 | 0.99 | 0.35 |
| Hex | B2 | 1 | AC | 0 | 63 | 3 | 1E | 12E | 63 | 23 |
| Octal | 262 | 1 | 254 | 0 | 143 | 3 | 36 | 456 | 143 | 43 |
| Binary | 10110010 | 1 | 10101100 | 0 | 1100011 | 11 | 11110 | 100101110 | 1100011 | 100011 |
Color Harmonies of #B201AC
Complementary color
Monochromatic Colors of #B201AC
Black with #B201AC
Text Example
Text Example
White with #B201AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201AC; }
p { color: rgb(178,1,172); }
H1.HeaderClassName
{
color: #B201AC;
}
.AnyTagClassName
{
color: #B201AC;
}
</style>
background-color css
<style>
a { background-color: #B201AC; }
a { background-color: rgb(178,1,172); }
div.DivClassName
{
background-color: #B201AC;
}
.BgClassName
{
background-color: #B201AC;
}
</style>
border-color css
<style>
span { border-color: #B201AC; }
span { border-color: rgb(178,1,172); }
td.TdClassName
{
border-color: #B201AC;
}
.TagClassName
{
border-color: #B201AC;
}
</style>