Shades of Mulberry #BE4EA0
Tints of Mulberry #BE4EA0
RGB
CMYK
RGB Variations
Color information
#BE4EA0 (or 0xBE4EA0) is known color: Mulberry. HEX triplet: BE, 4E and A0. RGB value is (190,78,160). Sum of RGB (Red+Green+Blue) = 190+78+160=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4EA0 is #41B15F. Grayscale: #787878. Windows color (decimal): -4305248 or 10505918. OLE color: 10505918.
HSL color Cylindrical-coordinate representation of color #BE4EA0: hue angle of 316.07º 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 #BE4EA0 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 160 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.25 |
| HSL | 316.07º | 0.46% | 0.53% | - |
| HSV(B) | 316.07º | 0.59% | 0.75% | - |
| XYZ | 30.3 | 18.93 | 35.32 | - |
| YUV | 120.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 160 | 0 | 0.59 | 0.16 | 0.25 | 316.07 | 0.46 | 0.53 |
| Hex | BE | 4E | A0 | 0 | 3B | 10 | 19 | 13C | 2E | 35 |
| Octal | 276 | 116 | 240 | 0 | 73 | 20 | 31 | 474 | 56 | 65 |
| Binary | 10111110 | 1001110 | 10100000 | 0 | 111011 | 10000 | 11001 | 100111100 | 101110 | 110101 |
Color Harmonies of #BE4EA0
Complementary color
Monochromatic Colors of #BE4EA0
Black with #BE4EA0
Text Example
Text Example
White with #BE4EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EA0; }
p { color: rgb(190,78,160); }
H1.HeaderClassName
{
color: #BE4EA0;
}
.AnyTagClassName
{
color: #BE4EA0;
}
</style>
background-color css
<style>
a { background-color: #BE4EA0; }
a { background-color: rgb(190,78,160); }
div.DivClassName
{
background-color: #BE4EA0;
}
.BgClassName
{
background-color: #BE4EA0;
}
</style>
border-color css
<style>
span { border-color: #BE4EA0; }
span { border-color: rgb(190,78,160); }
td.TdClassName
{
border-color: #BE4EA0;
}
.TagClassName
{
border-color: #BE4EA0;
}
</style>