Shades of Deep Magenta #B80EC3
Tints of Deep Magenta #B80EC3
RGB
CMYK
RGB Variations
Color information
#B80EC3 (or 0xB80EC3) is known color: Deep Magenta. HEX triplet: B8, 0E and C3. RGB value is (184,14,195). Sum of RGB (Red+Green+Blue) = 184+14+195=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #B80EC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80EC3 is #47F13C. Grayscale: #545454. Windows color (decimal): -4714813 or 12783288. OLE color: 12783288.
HSL color Cylindrical-coordinate representation of color #B80EC3: hue angle of 296.35º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80EC3 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 14 | 195 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.24 |
| HSL | 296.35º | 0.87% | 0.41% | - |
| HSV(B) | 296.35º | 0.93% | 0.76% | - |
| XYZ | 29.77 | 14.44 | 52.85 | - |
| YUV | 85.46 | 189.82 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 195 | 0.06 | 0.93 | 0 | 0.24 | 296.35 | 0.87 | 0.41 |
| Hex | B8 | E | C3 | 6 | 5D | 0 | 18 | 128 | 57 | 29 |
| Octal | 270 | 16 | 303 | 6 | 135 | 0 | 30 | 450 | 127 | 51 |
| Binary | 10111000 | 1110 | 11000011 | 110 | 1011101 | 0 | 11000 | 100101000 | 1010111 | 101001 |
Color Harmonies of #B80EC3
Complementary color
Monochromatic Colors of #B80EC3
Black with #B80EC3
Text Example
Text Example
White with #B80EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EC3; }
p { color: rgb(184,14,195); }
H1.HeaderClassName
{
color: #B80EC3;
}
.AnyTagClassName
{
color: #B80EC3;
}
</style>
background-color css
<style>
a { background-color: #B80EC3; }
a { background-color: rgb(184,14,195); }
div.DivClassName
{
background-color: #B80EC3;
}
.BgClassName
{
background-color: #B80EC3;
}
</style>
border-color css
<style>
span { border-color: #B80EC3; }
span { border-color: rgb(184,14,195); }
td.TdClassName
{
border-color: #B80EC3;
}
.TagClassName
{
border-color: #B80EC3;
}
</style>