Shades of Deep Magenta #B80DDE
Tints of Deep Magenta #B80DDE
RGB
CMYK
RGB Variations
Color information
#B80DDE (or 0xB80DDE) is known color: Deep Magenta. HEX triplet: B8, 0D and DE. RGB value is (184,13,222). Sum of RGB (Red+Green+Blue) = 184+13+222=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #B80DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DDE is #47F221. Grayscale: #575757. Windows color (decimal): -4715042 or 14552504. OLE color: 14552504.
HSL color Cylindrical-coordinate representation of color #B80DDE: hue angle of 289.09º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80DDE is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 13 | 222 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.13 |
| HSL | 289.09º | 0.89% | 0.46% | - |
| HSV(B) | 289.09º | 0.94% | 0.87% | - |
| XYZ | 33.1 | 15.75 | 70.4 | - |
| YUV | 87.96 | 203.65 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 222 | 0.17 | 0.94 | 0 | 0.13 | 289.09 | 0.89 | 0.46 |
| Hex | B8 | D | DE | 11 | 5E | 0 | D | 121 | 59 | 2E |
| Octal | 270 | 15 | 336 | 21 | 136 | 0 | 15 | 441 | 131 | 56 |
| Binary | 10111000 | 1101 | 11011110 | 10001 | 1011110 | 0 | 1101 | 100100001 | 1011001 | 101110 |
Color Harmonies of #B80DDE
Complementary color
Monochromatic Colors of #B80DDE
Black with #B80DDE
Text Example
Text Example
White with #B80DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DDE; }
p { color: rgb(184,13,222); }
H1.HeaderClassName
{
color: #B80DDE;
}
.AnyTagClassName
{
color: #B80DDE;
}
</style>
background-color css
<style>
a { background-color: #B80DDE; }
a { background-color: rgb(184,13,222); }
div.DivClassName
{
background-color: #B80DDE;
}
.BgClassName
{
background-color: #B80DDE;
}
</style>
border-color css
<style>
span { border-color: #B80DDE; }
span { border-color: rgb(184,13,222); }
td.TdClassName
{
border-color: #B80DDE;
}
.TagClassName
{
border-color: #B80DDE;
}
</style>