Shades of Deep Magenta #B80AAC
Tints of Deep Magenta #B80AAC
RGB
CMYK
RGB Variations
Color information
#B80AAC (or 0xB80AAC) is known color: Deep Magenta. HEX triplet: B8, 0A and AC. RGB value is (184,10,172). Sum of RGB (Red+Green+Blue) = 184+10+172=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B80AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80AAC is #47F553. Grayscale: #505050. Windows color (decimal): -4715860 or 11274936. OLE color: 11274936.
HSL color Cylindrical-coordinate representation of color #B80AAC: hue angle of 304.14º 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 #B80AAC is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 10 | 172 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.28 |
| HSL | 304.14º | 0.9% | 0.38% | - |
| HSV(B) | 304.14º | 0.95% | 0.72% | - |
| XYZ | 27.32 | 13.39 | 40.17 | - |
| YUV | 80.49 | 179.65 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 172 | 0 | 0.95 | 0.07 | 0.28 | 304.14 | 0.9 | 0.38 |
| Hex | B8 | A | AC | 0 | 5F | 7 | 1C | 130 | 5A | 26 |
| Octal | 270 | 12 | 254 | 0 | 137 | 7 | 34 | 460 | 132 | 46 |
| Binary | 10111000 | 1010 | 10101100 | 0 | 1011111 | 111 | 11100 | 100110000 | 1011010 | 100110 |
Color Harmonies of #B80AAC
Complementary color
Monochromatic Colors of #B80AAC
Black with #B80AAC
Text Example
Text Example
White with #B80AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80AAC; }
p { color: rgb(184,10,172); }
H1.HeaderClassName
{
color: #B80AAC;
}
.AnyTagClassName
{
color: #B80AAC;
}
</style>
background-color css
<style>
a { background-color: #B80AAC; }
a { background-color: rgb(184,10,172); }
div.DivClassName
{
background-color: #B80AAC;
}
.BgClassName
{
background-color: #B80AAC;
}
</style>
border-color css
<style>
span { border-color: #B80AAC; }
span { border-color: rgb(184,10,172); }
td.TdClassName
{
border-color: #B80AAC;
}
.TagClassName
{
border-color: #B80AAC;
}
</style>