Shades of Deep Magenta #B80ACD
Tints of Deep Magenta #B80ACD
RGB
CMYK
RGB Variations
Color information
#B80ACD (or 0xB80ACD) is known color: Deep Magenta. HEX triplet: B8, 0A and CD. RGB value is (184,10,205). Sum of RGB (Red+Green+Blue) = 184+10+205=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #B80ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80ACD is #47F532. Grayscale: #535353. Windows color (decimal): -4715827 or 13437624. OLE color: 13437624.
HSL color Cylindrical-coordinate representation of color #B80ACD: hue angle of 293.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80ACD is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 10 | 205 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.20 |
| HSL | 293.54º | 0.91% | 0.42% | - |
| HSV(B) | 293.54º | 0.95% | 0.8% | - |
| XYZ | 30.9 | 14.82 | 58.99 | - |
| YUV | 84.26 | 196.15 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 205 | 0.10 | 0.95 | 0 | 0.20 | 293.54 | 0.91 | 0.42 |
| Hex | B8 | A | CD | A | 5F | 0 | 14 | 126 | 5B | 2A |
| Octal | 270 | 12 | 315 | 12 | 137 | 0 | 24 | 446 | 133 | 52 |
| Binary | 10111000 | 1010 | 11001101 | 1010 | 1011111 | 0 | 10100 | 100100110 | 1011011 | 101010 |
Color Harmonies of #B80ACD
Complementary color
Monochromatic Colors of #B80ACD
Black with #B80ACD
Text Example
Text Example
White with #B80ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80ACD; }
p { color: rgb(184,10,205); }
H1.HeaderClassName
{
color: #B80ACD;
}
.AnyTagClassName
{
color: #B80ACD;
}
</style>
background-color css
<style>
a { background-color: #B80ACD; }
a { background-color: rgb(184,10,205); }
div.DivClassName
{
background-color: #B80ACD;
}
.BgClassName
{
background-color: #B80ACD;
}
</style>
border-color css
<style>
span { border-color: #B80ACD; }
span { border-color: rgb(184,10,205); }
td.TdClassName
{
border-color: #B80ACD;
}
.TagClassName
{
border-color: #B80ACD;
}
</style>