Shades of Deep Magenta #B80EDC
Tints of Deep Magenta #B80EDC
RGB
CMYK
RGB Variations
Color information
#B80EDC (or 0xB80EDC) is known color: Deep Magenta. HEX triplet: B8, 0E and DC. RGB value is (184,14,220). Sum of RGB (Red+Green+Blue) = 184+14+220=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #B80EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80EDC is #47F123. Grayscale: #575757. Windows color (decimal): -4714788 or 14421688. OLE color: 14421688.
HSL color Cylindrical-coordinate representation of color #B80EDC: hue angle of 289.51º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80EDC is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 14 | 220 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.14 |
| HSL | 289.51º | 0.88% | 0.46% | - |
| HSV(B) | 289.51º | 0.94% | 0.86% | - |
| XYZ | 32.84 | 15.67 | 69 | - |
| YUV | 88.31 | 202.32 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 220 | 0.16 | 0.94 | 0 | 0.14 | 289.51 | 0.88 | 0.46 |
| Hex | B8 | E | DC | 10 | 5E | 0 | E | 122 | 58 | 2E |
| Octal | 270 | 16 | 334 | 20 | 136 | 0 | 16 | 442 | 130 | 56 |
| Binary | 10111000 | 1110 | 11011100 | 10000 | 1011110 | 0 | 1110 | 100100010 | 1011000 | 101110 |
Color Harmonies of #B80EDC
Complementary color
Monochromatic Colors of #B80EDC
Black with #B80EDC
Text Example
Text Example
White with #B80EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EDC; }
p { color: rgb(184,14,220); }
H1.HeaderClassName
{
color: #B80EDC;
}
.AnyTagClassName
{
color: #B80EDC;
}
</style>
background-color css
<style>
a { background-color: #B80EDC; }
a { background-color: rgb(184,14,220); }
div.DivClassName
{
background-color: #B80EDC;
}
.BgClassName
{
background-color: #B80EDC;
}
</style>
border-color css
<style>
span { border-color: #B80EDC; }
span { border-color: rgb(184,14,220); }
td.TdClassName
{
border-color: #B80EDC;
}
.TagClassName
{
border-color: #B80EDC;
}
</style>