Shades of Mulberry #BE5AA0
Tints of Mulberry #BE5AA0
RGB
CMYK
RGB Variations
Color information
#BE5AA0 (or 0xBE5AA0) is known color: Mulberry. HEX triplet: BE, 5A and A0. RGB value is (190,90,160). Sum of RGB (Red+Green+Blue) = 190+90+160=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5AA0 is #41A55F. Grayscale: #7F7F7F. Windows color (decimal): -4302176 or 10508990. OLE color: 10508990.
HSL color Cylindrical-coordinate representation of color #BE5AA0: hue angle of 318º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5AA0 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 160 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.25 |
| HSL | 318º | 0.43% | 0.55% | - |
| HSV(B) | 318º | 0.53% | 0.75% | - |
| XYZ | 31.24 | 20.8 | 35.63 | - |
| YUV | 127.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 160 | 0 | 0.53 | 0.16 | 0.25 | 318 | 0.43 | 0.55 |
| Hex | BE | 5A | A0 | 0 | 35 | 10 | 19 | 13E | 2B | 37 |
| Octal | 276 | 132 | 240 | 0 | 65 | 20 | 31 | 476 | 53 | 67 |
| Binary | 10111110 | 1011010 | 10100000 | 0 | 110101 | 10000 | 11001 | 100111110 | 101011 | 110111 |
Color Harmonies of #BE5AA0
Complementary color
Monochromatic Colors of #BE5AA0
Black with #BE5AA0
Text Example
Text Example
White with #BE5AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5AA0; }
p { color: rgb(190,90,160); }
H1.HeaderClassName
{
color: #BE5AA0;
}
.AnyTagClassName
{
color: #BE5AA0;
}
</style>
background-color css
<style>
a { background-color: #BE5AA0; }
a { background-color: rgb(190,90,160); }
div.DivClassName
{
background-color: #BE5AA0;
}
.BgClassName
{
background-color: #BE5AA0;
}
</style>
border-color css
<style>
span { border-color: #BE5AA0; }
span { border-color: rgb(190,90,160); }
td.TdClassName
{
border-color: #BE5AA0;
}
.TagClassName
{
border-color: #BE5AA0;
}
</style>