Shades of Deep Magenta #B20AB8
Tints of Deep Magenta #B20AB8
RGB
CMYK
RGB Variations
Color information
#B20AB8 (or 0xB20AB8) is known color: Deep Magenta. HEX triplet: B2, 0A and B8. RGB value is (178,10,184). Sum of RGB (Red+Green+Blue) = 178+10+184=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #B20AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20AB8 is #4DF547. Grayscale: #4F4F4F. Windows color (decimal): -5109064 or 12061362. OLE color: 12061362.
HSL color Cylindrical-coordinate representation of color #B20AB8: hue angle of 297.93º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20AB8 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 10 | 184 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.28 |
| HSL | 297.93º | 0.9% | 0.38% | - |
| HSV(B) | 297.93º | 0.95% | 0.72% | - |
| XYZ | 27.12 | 13.14 | 46.45 | - |
| YUV | 80.07 | 186.66 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 184 | 0.03 | 0.95 | 0 | 0.28 | 297.93 | 0.9 | 0.38 |
| Hex | B2 | A | B8 | 3 | 5F | 0 | 1C | 12A | 5A | 26 |
| Octal | 262 | 12 | 270 | 3 | 137 | 0 | 34 | 452 | 132 | 46 |
| Binary | 10110010 | 1010 | 10111000 | 11 | 1011111 | 0 | 11100 | 100101010 | 1011010 | 100110 |
Color Harmonies of #B20AB8
Complementary color
Monochromatic Colors of #B20AB8
Black with #B20AB8
Text Example
Text Example
White with #B20AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20AB8; }
p { color: rgb(178,10,184); }
H1.HeaderClassName
{
color: #B20AB8;
}
.AnyTagClassName
{
color: #B20AB8;
}
</style>
background-color css
<style>
a { background-color: #B20AB8; }
a { background-color: rgb(178,10,184); }
div.DivClassName
{
background-color: #B20AB8;
}
.BgClassName
{
background-color: #B20AB8;
}
</style>
border-color css
<style>
span { border-color: #B20AB8; }
span { border-color: rgb(178,10,184); }
td.TdClassName
{
border-color: #B20AB8;
}
.TagClassName
{
border-color: #B20AB8;
}
</style>