Shades of Deep Magenta #B80DCC
Tints of Deep Magenta #B80DCC
RGB
CMYK
RGB Variations
Color information
#B80DCC (or 0xB80DCC) is known color: Deep Magenta. HEX triplet: B8, 0D and CC. RGB value is (184,13,204). Sum of RGB (Red+Green+Blue) = 184+13+204=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #B80DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DCC is #47F233. Grayscale: #555555. Windows color (decimal): -4715060 or 13372856. OLE color: 13372856.
HSL color Cylindrical-coordinate representation of color #B80DCC: hue angle of 293.72º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80DCC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 13 | 204 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.2 |
| HSL | 293.72º | 0.88% | 0.43% | - |
| HSV(B) | 293.72º | 0.94% | 0.8% | - |
| XYZ | 30.81 | 14.84 | 58.37 | - |
| YUV | 85.9 | 194.65 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 204 | 0.10 | 0.94 | 0 | 0.2 | 293.72 | 0.88 | 0.43 |
| Hex | B8 | D | CC | A | 5E | 0 | 14 | 126 | 58 | 2B |
| Octal | 270 | 15 | 314 | 12 | 136 | 0 | 24 | 446 | 130 | 53 |
| Binary | 10111000 | 1101 | 11001100 | 1010 | 1011110 | 0 | 10100 | 100100110 | 1011000 | 101011 |
Color Harmonies of #B80DCC
Complementary color
Monochromatic Colors of #B80DCC
Black with #B80DCC
Text Example
Text Example
White with #B80DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DCC; }
p { color: rgb(184,13,204); }
H1.HeaderClassName
{
color: #B80DCC;
}
.AnyTagClassName
{
color: #B80DCC;
}
</style>
background-color css
<style>
a { background-color: #B80DCC; }
a { background-color: rgb(184,13,204); }
div.DivClassName
{
background-color: #B80DCC;
}
.BgClassName
{
background-color: #B80DCC;
}
</style>
border-color css
<style>
span { border-color: #B80DCC; }
span { border-color: rgb(184,13,204); }
td.TdClassName
{
border-color: #B80DCC;
}
.TagClassName
{
border-color: #B80DCC;
}
</style>