Shades of Deep Magenta #B80DD5
Tints of Deep Magenta #B80DD5
RGB
CMYK
RGB Variations
Color information
#B80DD5 (or 0xB80DD5) is known color: Deep Magenta. HEX triplet: B8, 0D and D5. RGB value is (184,13,213). Sum of RGB (Red+Green+Blue) = 184+13+213=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #B80DD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DD5 is #47F22A. Grayscale: #565656. Windows color (decimal): -4715051 or 13962680. OLE color: 13962680.
HSL color Cylindrical-coordinate representation of color #B80DD5: hue angle of 291.3º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80DD5 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 13 | 213 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.16 |
| HSL | 291.3º | 0.88% | 0.44% | - |
| HSV(B) | 291.3º | 0.94% | 0.84% | - |
| XYZ | 31.92 | 15.28 | 64.22 | - |
| YUV | 86.93 | 199.15 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 213 | 0.14 | 0.94 | 0 | 0.16 | 291.3 | 0.88 | 0.44 |
| Hex | B8 | D | D5 | E | 5E | 0 | 10 | 123 | 58 | 2C |
| Octal | 270 | 15 | 325 | 16 | 136 | 0 | 20 | 443 | 130 | 54 |
| Binary | 10111000 | 1101 | 11010101 | 1110 | 1011110 | 0 | 10000 | 100100011 | 1011000 | 101100 |
Color Harmonies of #B80DD5
Complementary color
Monochromatic Colors of #B80DD5
Black with #B80DD5
Text Example
Text Example
White with #B80DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DD5; }
p { color: rgb(184,13,213); }
H1.HeaderClassName
{
color: #B80DD5;
}
.AnyTagClassName
{
color: #B80DD5;
}
</style>
background-color css
<style>
a { background-color: #B80DD5; }
a { background-color: rgb(184,13,213); }
div.DivClassName
{
background-color: #B80DD5;
}
.BgClassName
{
background-color: #B80DD5;
}
</style>
border-color css
<style>
span { border-color: #B80DD5; }
span { border-color: rgb(184,13,213); }
td.TdClassName
{
border-color: #B80DD5;
}
.TagClassName
{
border-color: #B80DD5;
}
</style>