Shades of Deep Magenta #BE0CB8
Tints of Deep Magenta #BE0CB8
RGB
CMYK
RGB Variations
Color information
#BE0CB8 (or 0xBE0CB8) is known color: Deep Magenta. HEX triplet: BE, 0C and B8. RGB value is (190,12,184). Sum of RGB (Red+Green+Blue) = 190+12+184=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0CB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CB8 is #41F347. Grayscale: #545454. Windows color (decimal): -4322120 or 12061886. OLE color: 12061886.
HSL color Cylindrical-coordinate representation of color #BE0CB8: hue angle of 302.02º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0CB8 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 184 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.25 |
| HSL | 302.02º | 0.88% | 0.4% | - |
| HSV(B) | 302.02º | 0.94% | 0.75% | - |
| XYZ | 30.02 | 14.67 | 46.6 | - |
| YUV | 84.83 | 183.97 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 184 | 0 | 0.94 | 0.03 | 0.25 | 302.02 | 0.88 | 0.4 |
| Hex | BE | C | B8 | 0 | 5E | 3 | 19 | 12E | 58 | 28 |
| Octal | 276 | 14 | 270 | 0 | 136 | 3 | 31 | 456 | 130 | 50 |
| Binary | 10111110 | 1100 | 10111000 | 0 | 1011110 | 11 | 11001 | 100101110 | 1011000 | 101000 |
Color Harmonies of #BE0CB8
Complementary color
Monochromatic Colors of #BE0CB8
Black with #BE0CB8
Text Example
Text Example
White with #BE0CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CB8; }
p { color: rgb(190,12,184); }
H1.HeaderClassName
{
color: #BE0CB8;
}
.AnyTagClassName
{
color: #BE0CB8;
}
</style>
background-color css
<style>
a { background-color: #BE0CB8; }
a { background-color: rgb(190,12,184); }
div.DivClassName
{
background-color: #BE0CB8;
}
.BgClassName
{
background-color: #BE0CB8;
}
</style>
border-color css
<style>
span { border-color: #BE0CB8; }
span { border-color: rgb(190,12,184); }
td.TdClassName
{
border-color: #BE0CB8;
}
.TagClassName
{
border-color: #BE0CB8;
}
</style>