Shades of Deep Magenta #B80AAF
Tints of Deep Magenta #B80AAF
RGB
CMYK
RGB Variations
Color information
#B80AAF (or 0xB80AAF) is known color: Deep Magenta. HEX triplet: B8, 0A and AF. RGB value is (184,10,175). Sum of RGB (Red+Green+Blue) = 184+10+175=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B80AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80AAF is #47F550. Grayscale: #505050. Windows color (decimal): -4715857 or 11471544. OLE color: 11471544.
HSL color Cylindrical-coordinate representation of color #B80AAF: hue angle of 303.1º 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 #B80AAF is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.28 |
| HSL | 303.1º | 0.9% | 0.38% | - |
| HSV(B) | 303.1º | 0.95% | 0.72% | - |
| XYZ | 27.61 | 13.5 | 41.71 | - |
| YUV | 80.84 | 181.15 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 175 | 0 | 0.95 | 0.05 | 0.28 | 303.1 | 0.9 | 0.38 |
| Hex | B8 | A | AF | 0 | 5F | 5 | 1C | 12F | 5A | 26 |
| Octal | 270 | 12 | 257 | 0 | 137 | 5 | 34 | 457 | 132 | 46 |
| Binary | 10111000 | 1010 | 10101111 | 0 | 1011111 | 101 | 11100 | 100101111 | 1011010 | 100110 |
Color Harmonies of #B80AAF
Complementary color
Monochromatic Colors of #B80AAF
Black with #B80AAF
Text Example
Text Example
White with #B80AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80AAF; }
p { color: rgb(184,10,175); }
H1.HeaderClassName
{
color: #B80AAF;
}
.AnyTagClassName
{
color: #B80AAF;
}
</style>
background-color css
<style>
a { background-color: #B80AAF; }
a { background-color: rgb(184,10,175); }
div.DivClassName
{
background-color: #B80AAF;
}
.BgClassName
{
background-color: #B80AAF;
}
</style>
border-color css
<style>
span { border-color: #B80AAF; }
span { border-color: rgb(184,10,175); }
td.TdClassName
{
border-color: #B80AAF;
}
.TagClassName
{
border-color: #B80AAF;
}
</style>