Shades of Deep Magenta #BE0EBC
Tints of Deep Magenta #BE0EBC
RGB
CMYK
RGB Variations
Color information
#BE0EBC (or 0xBE0EBC) is known color: Deep Magenta. HEX triplet: BE, 0E and BC. RGB value is (190,14,188). Sum of RGB (Red+Green+Blue) = 190+14+188=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0EBC is #41F143. Grayscale: #555555. Windows color (decimal): -4321604 or 12324542. OLE color: 12324542.
HSL color Cylindrical-coordinate representation of color #BE0EBC: hue angle of 300.68º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0EBC is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 14 | 188 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.25 |
| HSL | 300.68º | 0.86% | 0.4% | - |
| HSV(B) | 300.68º | 0.93% | 0.75% | - |
| XYZ | 30.47 | 14.89 | 48.85 | - |
| YUV | 86.46 | 185.31 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 14 | 188 | 0 | 0.93 | 0.01 | 0.25 | 300.68 | 0.86 | 0.4 |
| Hex | BE | E | BC | 0 | 5D | 1 | 19 | 12D | 56 | 28 |
| Octal | 276 | 16 | 274 | 0 | 135 | 1 | 31 | 455 | 126 | 50 |
| Binary | 10111110 | 1110 | 10111100 | 0 | 1011101 | 1 | 11001 | 100101101 | 1010110 | 101000 |
Color Harmonies of #BE0EBC
Complementary color
Monochromatic Colors of #BE0EBC
Black with #BE0EBC
Text Example
Text Example
White with #BE0EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0EBC; }
p { color: rgb(190,14,188); }
H1.HeaderClassName
{
color: #BE0EBC;
}
.AnyTagClassName
{
color: #BE0EBC;
}
</style>
background-color css
<style>
a { background-color: #BE0EBC; }
a { background-color: rgb(190,14,188); }
div.DivClassName
{
background-color: #BE0EBC;
}
.BgClassName
{
background-color: #BE0EBC;
}
</style>
border-color css
<style>
span { border-color: #BE0EBC; }
span { border-color: rgb(190,14,188); }
td.TdClassName
{
border-color: #BE0EBC;
}
.TagClassName
{
border-color: #BE0EBC;
}
</style>