Shades of Deep Magenta #B20AAC
Tints of Deep Magenta #B20AAC
RGB
CMYK
RGB Variations
Color information
#B20AAC (or 0xB20AAC) is known color: Deep Magenta. HEX triplet: B2, 0A and AC. RGB value is (178,10,172). Sum of RGB (Red+Green+Blue) = 178+10+172=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B20AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20AAC is #4DF553. Grayscale: #4E4E4E. Windows color (decimal): -5109076 or 11274930. OLE color: 11274930.
HSL color Cylindrical-coordinate representation of color #B20AAC: hue angle of 302.14º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20AAC is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 172 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.30 |
| HSL | 302.14º | 0.89% | 0.37% | - |
| HSV(B) | 302.14º | 0.94% | 0.7% | - |
| XYZ | 25.92 | 12.66 | 40.11 | - |
| YUV | 78.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 172 | 0 | 0.94 | 0.03 | 0.30 | 302.14 | 0.89 | 0.37 |
| Hex | B2 | A | AC | 0 | 5E | 3 | 1E | 12E | 59 | 25 |
| Octal | 262 | 12 | 254 | 0 | 136 | 3 | 36 | 456 | 131 | 45 |
| Binary | 10110010 | 1010 | 10101100 | 0 | 1011110 | 11 | 11110 | 100101110 | 1011001 | 100101 |
Color Harmonies of #B20AAC
Complementary color
Monochromatic Colors of #B20AAC
Black with #B20AAC
Text Example
Text Example
White with #B20AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20AAC; }
p { color: rgb(178,10,172); }
H1.HeaderClassName
{
color: #B20AAC;
}
.AnyTagClassName
{
color: #B20AAC;
}
</style>
background-color css
<style>
a { background-color: #B20AAC; }
a { background-color: rgb(178,10,172); }
div.DivClassName
{
background-color: #B20AAC;
}
.BgClassName
{
background-color: #B20AAC;
}
</style>
border-color css
<style>
span { border-color: #B20AAC; }
span { border-color: rgb(178,10,172); }
td.TdClassName
{
border-color: #B20AAC;
}
.TagClassName
{
border-color: #B20AAC;
}
</style>