Shades of Deep Magenta #B80AB9
Tints of Deep Magenta #B80AB9
RGB
CMYK
RGB Variations
Color information
#B80AB9 (or 0xB80AB9) is known color: Deep Magenta. HEX triplet: B8, 0A and B9. RGB value is (184,10,185). Sum of RGB (Red+Green+Blue) = 184+10+185=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #B80AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80AB9 is #47F546. Grayscale: #515151. Windows color (decimal): -4715847 or 12126904. OLE color: 12126904.
HSL color Cylindrical-coordinate representation of color #B80AB9: hue angle of 299.66º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80AB9 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 10 | 185 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.27 |
| HSL | 299.66º | 0.9% | 0.38% | - |
| HSV(B) | 299.66º | 0.95% | 0.73% | - |
| XYZ | 28.63 | 13.91 | 47.07 | - |
| YUV | 81.98 | 186.15 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 185 | 0.01 | 0.95 | 0 | 0.27 | 299.66 | 0.9 | 0.38 |
| Hex | B8 | A | B9 | 1 | 5F | 0 | 1B | 12C | 5A | 26 |
| Octal | 270 | 12 | 271 | 1 | 137 | 0 | 33 | 454 | 132 | 46 |
| Binary | 10111000 | 1010 | 10111001 | 1 | 1011111 | 0 | 11011 | 100101100 | 1011010 | 100110 |
Color Harmonies of #B80AB9
Complementary color
Monochromatic Colors of #B80AB9
Black with #B80AB9
Text Example
Text Example
White with #B80AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80AB9; }
p { color: rgb(184,10,185); }
H1.HeaderClassName
{
color: #B80AB9;
}
.AnyTagClassName
{
color: #B80AB9;
}
</style>
background-color css
<style>
a { background-color: #B80AB9; }
a { background-color: rgb(184,10,185); }
div.DivClassName
{
background-color: #B80AB9;
}
.BgClassName
{
background-color: #B80AB9;
}
</style>
border-color css
<style>
span { border-color: #B80AB9; }
span { border-color: rgb(184,10,185); }
td.TdClassName
{
border-color: #B80AB9;
}
.TagClassName
{
border-color: #B80AB9;
}
</style>