Shades of Mulberry #BE4E8C
Tints of Mulberry #BE4E8C
RGB
CMYK
RGB Variations
Color information
#BE4E8C (or 0xBE4E8C) is known color: Mulberry. HEX triplet: BE, 4E and 8C. RGB value is (190,78,140). Sum of RGB (Red+Green+Blue) = 190+78+140=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4E8C is #41B173. Grayscale: #767676. Windows color (decimal): -4305268 or 9195198. OLE color: 9195198.
HSL color Cylindrical-coordinate representation of color #BE4E8C: hue angle of 326.79º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4E8C is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 140 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.25 |
| HSL | 326.79º | 0.46% | 0.53% | - |
| HSV(B) | 326.79º | 0.59% | 0.75% | - |
| XYZ | 28.69 | 18.29 | 26.83 | - |
| YUV | 118.56 | 140.11 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 140 | 0 | 0.59 | 0.26 | 0.25 | 326.79 | 0.46 | 0.53 |
| Hex | BE | 4E | 8C | 0 | 3B | 1A | 19 | 147 | 2E | 35 |
| Octal | 276 | 116 | 214 | 0 | 73 | 32 | 31 | 507 | 56 | 65 |
| Binary | 10111110 | 1001110 | 10001100 | 0 | 111011 | 11010 | 11001 | 101000111 | 101110 | 110101 |
Color Harmonies of #BE4E8C
Complementary color
Monochromatic Colors of #BE4E8C
Black with #BE4E8C
Text Example
Text Example
White with #BE4E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E8C; }
p { color: rgb(190,78,140); }
H1.HeaderClassName
{
color: #BE4E8C;
}
.AnyTagClassName
{
color: #BE4E8C;
}
</style>
background-color css
<style>
a { background-color: #BE4E8C; }
a { background-color: rgb(190,78,140); }
div.DivClassName
{
background-color: #BE4E8C;
}
.BgClassName
{
background-color: #BE4E8C;
}
</style>
border-color css
<style>
span { border-color: #BE4E8C; }
span { border-color: rgb(190,78,140); }
td.TdClassName
{
border-color: #BE4E8C;
}
.TagClassName
{
border-color: #BE4E8C;
}
</style>