Shades of Deep Magenta #BE0CB2
Tints of Deep Magenta #BE0CB2
RGB
CMYK
RGB Variations
Color information
#BE0CB2 (or 0xBE0CB2) is known color: Deep Magenta. HEX triplet: BE, 0C and B2. RGB value is (190,12,178). Sum of RGB (Red+Green+Blue) = 190+12+178=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0CB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0CB2 is #41F34D. Grayscale: #535353. Windows color (decimal): -4322126 or 11668670. OLE color: 11668670.
HSL color Cylindrical-coordinate representation of color #BE0CB2: hue angle of 304.04º 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 #BE0CB2 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 178 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.25 |
| HSL | 304.05º | 0.88% | 0.4% | - |
| HSV(B) | 304.05º | 0.94% | 0.75% | - |
| XYZ | 29.4 | 14.42 | 43.35 | - |
| YUV | 84.15 | 180.97 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 178 | 0 | 0.94 | 0.06 | 0.25 | 304.05 | 0.88 | 0.4 |
| Hex | BE | C | B2 | 0 | 5E | 6 | 19 | 130 | 58 | 28 |
| Octal | 276 | 14 | 262 | 0 | 136 | 6 | 31 | 460 | 130 | 50 |
| Binary | 10111110 | 1100 | 10110010 | 0 | 1011110 | 110 | 11001 | 100110000 | 1011000 | 101000 |
Color Harmonies of #BE0CB2
Complementary color
Monochromatic Colors of #BE0CB2
Black with #BE0CB2
Text Example
Text Example
White with #BE0CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CB2; }
p { color: rgb(190,12,178); }
H1.HeaderClassName
{
color: #BE0CB2;
}
.AnyTagClassName
{
color: #BE0CB2;
}
</style>
background-color css
<style>
a { background-color: #BE0CB2; }
a { background-color: rgb(190,12,178); }
div.DivClassName
{
background-color: #BE0CB2;
}
.BgClassName
{
background-color: #BE0CB2;
}
</style>
border-color css
<style>
span { border-color: #BE0CB2; }
span { border-color: rgb(190,12,178); }
td.TdClassName
{
border-color: #BE0CB2;
}
.TagClassName
{
border-color: #BE0CB2;
}
</style>