Shades of Deep Magenta #B80DCD
Tints of Deep Magenta #B80DCD
RGB
CMYK
RGB Variations
Color information
#B80DCD (or 0xB80DCD) is known color: Deep Magenta. HEX triplet: B8, 0D and CD. RGB value is (184,13,205). Sum of RGB (Red+Green+Blue) = 184+13+205=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #B80DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DCD is #47F232. Grayscale: #555555. Windows color (decimal): -4715059 or 13438392. OLE color: 13438392.
HSL color Cylindrical-coordinate representation of color #B80DCD: hue angle of 293.44º 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 #B80DCD is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 13 | 205 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.20 |
| HSL | 293.44º | 0.88% | 0.43% | - |
| HSV(B) | 293.44º | 0.94% | 0.8% | - |
| XYZ | 30.93 | 14.89 | 59 | - |
| YUV | 86.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 205 | 0.10 | 0.94 | 0 | 0.20 | 293.44 | 0.88 | 0.43 |
| Hex | B8 | D | CD | A | 5E | 0 | 14 | 125 | 58 | 2B |
| Octal | 270 | 15 | 315 | 12 | 136 | 0 | 24 | 445 | 130 | 53 |
| Binary | 10111000 | 1101 | 11001101 | 1010 | 1011110 | 0 | 10100 | 100100101 | 1011000 | 101011 |
Color Harmonies of #B80DCD
Complementary color
Monochromatic Colors of #B80DCD
Black with #B80DCD
Text Example
Text Example
White with #B80DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DCD; }
p { color: rgb(184,13,205); }
H1.HeaderClassName
{
color: #B80DCD;
}
.AnyTagClassName
{
color: #B80DCD;
}
</style>
background-color css
<style>
a { background-color: #B80DCD; }
a { background-color: rgb(184,13,205); }
div.DivClassName
{
background-color: #B80DCD;
}
.BgClassName
{
background-color: #B80DCD;
}
</style>
border-color css
<style>
span { border-color: #B80DCD; }
span { border-color: rgb(184,13,205); }
td.TdClassName
{
border-color: #B80DCD;
}
.TagClassName
{
border-color: #B80DCD;
}
</style>