Shades of Deep Magenta #B81EBC
Tints of Deep Magenta #B81EBC
RGB
CMYK
RGB Variations
Color information
#B81EBC (or 0xB81EBC) is known color: Deep Magenta. HEX triplet: B8, 1E and BC. RGB value is (184,30,188). Sum of RGB (Red+Green+Blue) = 184+30+188=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #B81EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81EBC is #47E143. Grayscale: #5D5D5D. Windows color (decimal): -4710724 or 12328632. OLE color: 12328632.
HSL color Cylindrical-coordinate representation of color #B81EBC: hue angle of 298.48º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81EBC is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 30 | 188 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.26 |
| HSL | 298.48º | 0.72% | 0.43% | - |
| HSV(B) | 298.48º | 0.84% | 0.74% | - |
| XYZ | 29.31 | 14.75 | 48.88 | - |
| YUV | 94.06 | 181.02 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 188 | 0.02 | 0.84 | 0 | 0.26 | 298.48 | 0.72 | 0.43 |
| Hex | B8 | 1E | BC | 2 | 54 | 0 | 1A | 12A | 48 | 2B |
| Octal | 270 | 36 | 274 | 2 | 124 | 0 | 32 | 452 | 110 | 53 |
| Binary | 10111000 | 11110 | 10111100 | 10 | 1010100 | 0 | 11010 | 100101010 | 1001000 | 101011 |
Color Harmonies of #B81EBC
Complementary color
Monochromatic Colors of #B81EBC
Black with #B81EBC
Text Example
Text Example
White with #B81EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81EBC; }
p { color: rgb(184,30,188); }
H1.HeaderClassName
{
color: #B81EBC;
}
.AnyTagClassName
{
color: #B81EBC;
}
</style>
background-color css
<style>
a { background-color: #B81EBC; }
a { background-color: rgb(184,30,188); }
div.DivClassName
{
background-color: #B81EBC;
}
.BgClassName
{
background-color: #B81EBC;
}
</style>
border-color css
<style>
span { border-color: #B81EBC; }
span { border-color: rgb(184,30,188); }
td.TdClassName
{
border-color: #B81EBC;
}
.TagClassName
{
border-color: #B81EBC;
}
</style>