Shades of Deep Magenta #BE0CB4
Tints of Deep Magenta #BE0CB4
RGB
CMYK
RGB Variations
Color information
#BE0CB4 (or 0xBE0CB4) is known color: Deep Magenta. HEX triplet: BE, 0C and B4. RGB value is (190,12,180). Sum of RGB (Red+Green+Blue) = 190+12+180=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0CB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CB4 is #41F34B. Grayscale: #535353. Windows color (decimal): -4322124 or 11799742. OLE color: 11799742.
HSL color Cylindrical-coordinate representation of color #BE0CB4: hue angle of 303.37º 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 #BE0CB4 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 180 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.25 |
| HSL | 303.37º | 0.88% | 0.4% | - |
| HSV(B) | 303.37º | 0.94% | 0.75% | - |
| XYZ | 29.6 | 14.51 | 44.42 | - |
| YUV | 84.37 | 181.97 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 180 | 0 | 0.94 | 0.05 | 0.25 | 303.37 | 0.88 | 0.4 |
| Hex | BE | C | B4 | 0 | 5E | 5 | 19 | 12F | 58 | 28 |
| Octal | 276 | 14 | 264 | 0 | 136 | 5 | 31 | 457 | 130 | 50 |
| Binary | 10111110 | 1100 | 10110100 | 0 | 1011110 | 101 | 11001 | 100101111 | 1011000 | 101000 |
Color Harmonies of #BE0CB4
Complementary color
Monochromatic Colors of #BE0CB4
Black with #BE0CB4
Text Example
Text Example
White with #BE0CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CB4; }
p { color: rgb(190,12,180); }
H1.HeaderClassName
{
color: #BE0CB4;
}
.AnyTagClassName
{
color: #BE0CB4;
}
</style>
background-color css
<style>
a { background-color: #BE0CB4; }
a { background-color: rgb(190,12,180); }
div.DivClassName
{
background-color: #BE0CB4;
}
.BgClassName
{
background-color: #BE0CB4;
}
</style>
border-color css
<style>
span { border-color: #BE0CB4; }
span { border-color: rgb(190,12,180); }
td.TdClassName
{
border-color: #BE0CB4;
}
.TagClassName
{
border-color: #BE0CB4;
}
</style>