Shades of Deep Magenta #B80EC6
Tints of Deep Magenta #B80EC6
RGB
CMYK
RGB Variations
Color information
#B80EC6 (or 0xB80EC6) is known color: Deep Magenta. HEX triplet: B8, 0E and C6. RGB value is (184,14,198). Sum of RGB (Red+Green+Blue) = 184+14+198=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #B80EC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80EC6 is #47F139. Grayscale: #555555. Windows color (decimal): -4714810 or 12979896. OLE color: 12979896.
HSL color Cylindrical-coordinate representation of color #B80EC6: hue angle of 295.43º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80EC6 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 14 | 198 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.22 |
| HSL | 295.43º | 0.87% | 0.42% | - |
| HSV(B) | 295.43º | 0.93% | 0.78% | - |
| XYZ | 30.12 | 14.58 | 54.65 | - |
| YUV | 85.81 | 191.32 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 198 | 0.07 | 0.93 | 0 | 0.22 | 295.43 | 0.87 | 0.42 |
| Hex | B8 | E | C6 | 7 | 5D | 0 | 16 | 127 | 57 | 2A |
| Octal | 270 | 16 | 306 | 7 | 135 | 0 | 26 | 447 | 127 | 52 |
| Binary | 10111000 | 1110 | 11000110 | 111 | 1011101 | 0 | 10110 | 100100111 | 1010111 | 101010 |
Color Harmonies of #B80EC6
Complementary color
Monochromatic Colors of #B80EC6
Black with #B80EC6
Text Example
Text Example
White with #B80EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EC6; }
p { color: rgb(184,14,198); }
H1.HeaderClassName
{
color: #B80EC6;
}
.AnyTagClassName
{
color: #B80EC6;
}
</style>
background-color css
<style>
a { background-color: #B80EC6; }
a { background-color: rgb(184,14,198); }
div.DivClassName
{
background-color: #B80EC6;
}
.BgClassName
{
background-color: #B80EC6;
}
</style>
border-color css
<style>
span { border-color: #B80EC6; }
span { border-color: rgb(184,14,198); }
td.TdClassName
{
border-color: #B80EC6;
}
.TagClassName
{
border-color: #B80EC6;
}
</style>