Shades of Deep Magenta #BE0CC5
Tints of Deep Magenta #BE0CC5
RGB
CMYK
RGB Variations
Color information
#BE0CC5 (or 0xBE0CC5) is known color: Deep Magenta. HEX triplet: BE, 0C and C5. RGB value is (190,12,197). Sum of RGB (Red+Green+Blue) = 190+12+197=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 197 (77.34% from 255 or 49.37% from 399); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE0CC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CC5 is #41F33A. Grayscale: #555555. Windows color (decimal): -4322107 or 12913854. OLE color: 12913854.
HSL color Cylindrical-coordinate representation of color #BE0CC5: hue angle of 297.73º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0CC5 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 12 | 197 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.23 |
| HSL | 297.73º | 0.89% | 0.41% | - |
| HSV(B) | 297.73º | 0.94% | 0.77% | - |
| XYZ | 31.44 | 15.24 | 54.11 | - |
| YUV | 86.31 | 190.47 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 197 | 0.04 | 0.94 | 0 | 0.23 | 297.73 | 0.89 | 0.41 |
| Hex | BE | C | C5 | 4 | 5E | 0 | 17 | 12A | 59 | 29 |
| Octal | 276 | 14 | 305 | 4 | 136 | 0 | 27 | 452 | 131 | 51 |
| Binary | 10111110 | 1100 | 11000101 | 100 | 1011110 | 0 | 10111 | 100101010 | 1011001 | 101001 |
Color Harmonies of #BE0CC5
Complementary color
Monochromatic Colors of #BE0CC5
Black with #BE0CC5
Text Example
Text Example
White with #BE0CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CC5; }
p { color: rgb(190,12,197); }
H1.HeaderClassName
{
color: #BE0CC5;
}
.AnyTagClassName
{
color: #BE0CC5;
}
</style>
background-color css
<style>
a { background-color: #BE0CC5; }
a { background-color: rgb(190,12,197); }
div.DivClassName
{
background-color: #BE0CC5;
}
.BgClassName
{
background-color: #BE0CC5;
}
</style>
border-color css
<style>
span { border-color: #BE0CC5; }
span { border-color: rgb(190,12,197); }
td.TdClassName
{
border-color: #BE0CC5;
}
.TagClassName
{
border-color: #BE0CC5;
}
</style>