Shades of Deep Magenta #B80AB4
Tints of Deep Magenta #B80AB4
RGB
CMYK
RGB Variations
Color information
#B80AB4 (or 0xB80AB4) is known color: Deep Magenta. HEX triplet: B8, 0A and B4. RGB value is (184,10,180). Sum of RGB (Red+Green+Blue) = 184+10+180=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B80AB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80AB4 is #47F54B. Grayscale: #505050. Windows color (decimal): -4715852 or 11799224. OLE color: 11799224.
HSL color Cylindrical-coordinate representation of color #B80AB4: hue angle of 301.38º 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 #B80AB4 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 10 | 180 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.28 |
| HSL | 301.38º | 0.9% | 0.38% | - |
| HSV(B) | 301.38º | 0.95% | 0.72% | - |
| XYZ | 28.11 | 13.7 | 44.34 | - |
| YUV | 81.41 | 183.65 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 180 | 0 | 0.95 | 0.02 | 0.28 | 301.38 | 0.9 | 0.38 |
| Hex | B8 | A | B4 | 0 | 5F | 2 | 1C | 12D | 5A | 26 |
| Octal | 270 | 12 | 264 | 0 | 137 | 2 | 34 | 455 | 132 | 46 |
| Binary | 10111000 | 1010 | 10110100 | 0 | 1011111 | 10 | 11100 | 100101101 | 1011010 | 100110 |
Color Harmonies of #B80AB4
Complementary color
Monochromatic Colors of #B80AB4
Black with #B80AB4
Text Example
Text Example
White with #B80AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80AB4; }
p { color: rgb(184,10,180); }
H1.HeaderClassName
{
color: #B80AB4;
}
.AnyTagClassName
{
color: #B80AB4;
}
</style>
background-color css
<style>
a { background-color: #B80AB4; }
a { background-color: rgb(184,10,180); }
div.DivClassName
{
background-color: #B80AB4;
}
.BgClassName
{
background-color: #B80AB4;
}
</style>
border-color css
<style>
span { border-color: #B80AB4; }
span { border-color: rgb(184,10,180); }
td.TdClassName
{
border-color: #B80AB4;
}
.TagClassName
{
border-color: #B80AB4;
}
</style>