Shades of Deep Magenta #B20AA8
Tints of Deep Magenta #B20AA8
RGB
CMYK
RGB Variations
Color information
#B20AA8 (or 0xB20AA8) is known color: Deep Magenta. HEX triplet: B2, 0A and A8. RGB value is (178,10,168). Sum of RGB (Red+Green+Blue) = 178+10+168=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B20AA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20AA8 is #4DF557. Grayscale: #4D4D4D. Windows color (decimal): -5109080 or 11012786. OLE color: 11012786.
HSL color Cylindrical-coordinate representation of color #B20AA8: hue angle of 303.57º 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 #B20AA8 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 168 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.30 |
| HSL | 303.57º | 0.89% | 0.37% | - |
| HSV(B) | 303.57º | 0.94% | 0.7% | - |
| XYZ | 25.54 | 12.51 | 38.11 | - |
| YUV | 78.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 168 | 0 | 0.94 | 0.06 | 0.30 | 303.57 | 0.89 | 0.37 |
| Hex | B2 | A | A8 | 0 | 5E | 6 | 1E | 130 | 59 | 25 |
| Octal | 262 | 12 | 250 | 0 | 136 | 6 | 36 | 460 | 131 | 45 |
| Binary | 10110010 | 1010 | 10101000 | 0 | 1011110 | 110 | 11110 | 100110000 | 1011001 | 100101 |
Color Harmonies of #B20AA8
Complementary color
Monochromatic Colors of #B20AA8
Black with #B20AA8
Text Example
Text Example
White with #B20AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20AA8; }
p { color: rgb(178,10,168); }
H1.HeaderClassName
{
color: #B20AA8;
}
.AnyTagClassName
{
color: #B20AA8;
}
</style>
background-color css
<style>
a { background-color: #B20AA8; }
a { background-color: rgb(178,10,168); }
div.DivClassName
{
background-color: #B20AA8;
}
.BgClassName
{
background-color: #B20AA8;
}
</style>
border-color css
<style>
span { border-color: #B20AA8; }
span { border-color: rgb(178,10,168); }
td.TdClassName
{
border-color: #B20AA8;
}
.TagClassName
{
border-color: #B20AA8;
}
</style>