Shades of Deep Magenta #B80DCE
Tints of Deep Magenta #B80DCE
RGB
CMYK
RGB Variations
Color information
#B80DCE (or 0xB80DCE) is known color: Deep Magenta. HEX triplet: B8, 0D and CE. RGB value is (184,13,206). Sum of RGB (Red+Green+Blue) = 184+13+206=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #B80DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DCE is #47F231. Grayscale: #555555. Windows color (decimal): -4715058 or 13503928. OLE color: 13503928.
HSL color Cylindrical-coordinate representation of color #B80DCE: hue angle of 293.16º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80DCE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 13 | 206 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.19 |
| HSL | 293.16º | 0.88% | 0.43% | - |
| HSV(B) | 293.16º | 0.94% | 0.81% | - |
| XYZ | 31.05 | 14.93 | 59.64 | - |
| YUV | 86.13 | 195.65 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 206 | 0.11 | 0.94 | 0 | 0.19 | 293.16 | 0.88 | 0.43 |
| Hex | B8 | D | CE | B | 5E | 0 | 13 | 125 | 58 | 2B |
| Octal | 270 | 15 | 316 | 13 | 136 | 0 | 23 | 445 | 130 | 53 |
| Binary | 10111000 | 1101 | 11001110 | 1011 | 1011110 | 0 | 10011 | 100100101 | 1011000 | 101011 |
Color Harmonies of #B80DCE
Complementary color
Monochromatic Colors of #B80DCE
Black with #B80DCE
Text Example
Text Example
White with #B80DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DCE; }
p { color: rgb(184,13,206); }
H1.HeaderClassName
{
color: #B80DCE;
}
.AnyTagClassName
{
color: #B80DCE;
}
</style>
background-color css
<style>
a { background-color: #B80DCE; }
a { background-color: rgb(184,13,206); }
div.DivClassName
{
background-color: #B80DCE;
}
.BgClassName
{
background-color: #B80DCE;
}
</style>
border-color css
<style>
span { border-color: #B80DCE; }
span { border-color: rgb(184,13,206); }
td.TdClassName
{
border-color: #B80DCE;
}
.TagClassName
{
border-color: #B80DCE;
}
</style>