Shades of Deep Magenta #B80ABA
Tints of Deep Magenta #B80ABA
RGB
CMYK
RGB Variations
Color information
#B80ABA (or 0xB80ABA) is known color: Deep Magenta. HEX triplet: B8, 0A and BA. RGB value is (184,10,186). Sum of RGB (Red+Green+Blue) = 184+10+186=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #B80ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80ABA is #47F545. Grayscale: #515151. Windows color (decimal): -4715846 or 12192440. OLE color: 12192440.
HSL color Cylindrical-coordinate representation of color #B80ABA: hue angle of 299.32º 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 #B80ABA is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 10 | 186 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.27 |
| HSL | 299.32º | 0.9% | 0.38% | - |
| HSV(B) | 299.32º | 0.95% | 0.73% | - |
| XYZ | 28.74 | 13.95 | 47.63 | - |
| YUV | 82.09 | 186.65 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 186 | 0.01 | 0.95 | 0 | 0.27 | 299.32 | 0.9 | 0.38 |
| Hex | B8 | A | BA | 1 | 5F | 0 | 1B | 12B | 5A | 26 |
| Octal | 270 | 12 | 272 | 1 | 137 | 0 | 33 | 453 | 132 | 46 |
| Binary | 10111000 | 1010 | 10111010 | 1 | 1011111 | 0 | 11011 | 100101011 | 1011010 | 100110 |
Color Harmonies of #B80ABA
Complementary color
Monochromatic Colors of #B80ABA
Black with #B80ABA
Text Example
Text Example
White with #B80ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80ABA; }
p { color: rgb(184,10,186); }
H1.HeaderClassName
{
color: #B80ABA;
}
.AnyTagClassName
{
color: #B80ABA;
}
</style>
background-color css
<style>
a { background-color: #B80ABA; }
a { background-color: rgb(184,10,186); }
div.DivClassName
{
background-color: #B80ABA;
}
.BgClassName
{
background-color: #B80ABA;
}
</style>
border-color css
<style>
span { border-color: #B80ABA; }
span { border-color: rgb(184,10,186); }
td.TdClassName
{
border-color: #B80ABA;
}
.TagClassName
{
border-color: #B80ABA;
}
</style>