Shades of Deep Magenta #B80EB4
Tints of Deep Magenta #B80EB4
RGB
CMYK
RGB Variations
Color information
#B80EB4 (or 0xB80EB4) is known color: Deep Magenta. HEX triplet: B8, 0E and B4. RGB value is (184,14,180). Sum of RGB (Red+Green+Blue) = 184+14+180=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B80EB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80EB4 is #47F14B. Grayscale: #535353. Windows color (decimal): -4714828 or 11800248. OLE color: 11800248.
HSL color Cylindrical-coordinate representation of color #B80EB4: hue angle of 301.41º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80EB4 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 14 | 180 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.28 |
| HSL | 301.41º | 0.86% | 0.39% | - |
| HSV(B) | 301.41º | 0.92% | 0.72% | - |
| XYZ | 28.16 | 13.8 | 44.36 | - |
| YUV | 83.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 180 | 0 | 0.92 | 0.02 | 0.28 | 301.41 | 0.86 | 0.39 |
| Hex | B8 | E | B4 | 0 | 5C | 2 | 1C | 12D | 56 | 27 |
| Octal | 270 | 16 | 264 | 0 | 134 | 2 | 34 | 455 | 126 | 47 |
| Binary | 10111000 | 1110 | 10110100 | 0 | 1011100 | 10 | 11100 | 100101101 | 1010110 | 100111 |
Color Harmonies of #B80EB4
Complementary color
Monochromatic Colors of #B80EB4
Black with #B80EB4
Text Example
Text Example
White with #B80EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EB4; }
p { color: rgb(184,14,180); }
H1.HeaderClassName
{
color: #B80EB4;
}
.AnyTagClassName
{
color: #B80EB4;
}
</style>
background-color css
<style>
a { background-color: #B80EB4; }
a { background-color: rgb(184,14,180); }
div.DivClassName
{
background-color: #B80EB4;
}
.BgClassName
{
background-color: #B80EB4;
}
</style>
border-color css
<style>
span { border-color: #B80EB4; }
span { border-color: rgb(184,14,180); }
td.TdClassName
{
border-color: #B80EB4;
}
.TagClassName
{
border-color: #B80EB4;
}
</style>