Shades of Deep Magenta #B80AB1
Tints of Deep Magenta #B80AB1
RGB
CMYK
RGB Variations
Color information
#B80AB1 (or 0xB80AB1) is known color: Deep Magenta. HEX triplet: B8, 0A and B1. RGB value is (184,10,177). Sum of RGB (Red+Green+Blue) = 184+10+177=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B80AB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80AB1 is #47F54E. Grayscale: #505050. Windows color (decimal): -4715855 or 11602616. OLE color: 11602616.
HSL color Cylindrical-coordinate representation of color #B80AB1: hue angle of 302.41º 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 #B80AB1 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 10 | 177 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.28 |
| HSL | 302.41º | 0.9% | 0.38% | - |
| HSV(B) | 302.41º | 0.95% | 0.72% | - |
| XYZ | 27.81 | 13.58 | 42.75 | - |
| YUV | 81.06 | 182.15 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 177 | 0 | 0.95 | 0.04 | 0.28 | 302.41 | 0.9 | 0.38 |
| Hex | B8 | A | B1 | 0 | 5F | 4 | 1C | 12E | 5A | 26 |
| Octal | 270 | 12 | 261 | 0 | 137 | 4 | 34 | 456 | 132 | 46 |
| Binary | 10111000 | 1010 | 10110001 | 0 | 1011111 | 100 | 11100 | 100101110 | 1011010 | 100110 |
Color Harmonies of #B80AB1
Complementary color
Monochromatic Colors of #B80AB1
Black with #B80AB1
Text Example
Text Example
White with #B80AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80AB1; }
p { color: rgb(184,10,177); }
H1.HeaderClassName
{
color: #B80AB1;
}
.AnyTagClassName
{
color: #B80AB1;
}
</style>
background-color css
<style>
a { background-color: #B80AB1; }
a { background-color: rgb(184,10,177); }
div.DivClassName
{
background-color: #B80AB1;
}
.BgClassName
{
background-color: #B80AB1;
}
</style>
border-color css
<style>
span { border-color: #B80AB1; }
span { border-color: rgb(184,10,177); }
td.TdClassName
{
border-color: #B80AB1;
}
.TagClassName
{
border-color: #B80AB1;
}
</style>