Shades of Mulberry #BE5BA0
Tints of Mulberry #BE5BA0
RGB
CMYK
RGB Variations
Color information
#BE5BA0 (or 0xBE5BA0) is known color: Mulberry. HEX triplet: BE, 5B and A0. RGB value is (190,91,160). Sum of RGB (Red+Green+Blue) = 190+91+160=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5BA0 is #41A45F. Grayscale: #808080. Windows color (decimal): -4301920 or 10509246. OLE color: 10509246.
HSL color Cylindrical-coordinate representation of color #BE5BA0: hue angle of 318.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5BA0 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 91 | 160 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.25 |
| HSL | 318.18º | 0.43% | 0.55% | - |
| HSV(B) | 318.18º | 0.52% | 0.75% | - |
| XYZ | 31.32 | 20.97 | 35.65 | - |
| YUV | 128.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 91 | 160 | 0 | 0.52 | 0.16 | 0.25 | 318.18 | 0.43 | 0.55 |
| Hex | BE | 5B | A0 | 0 | 34 | 10 | 19 | 13E | 2B | 37 |
| Octal | 276 | 133 | 240 | 0 | 64 | 20 | 31 | 476 | 53 | 67 |
| Binary | 10111110 | 1011011 | 10100000 | 0 | 110100 | 10000 | 11001 | 100111110 | 101011 | 110111 |
Color Harmonies of #BE5BA0
Complementary color
Monochromatic Colors of #BE5BA0
Black with #BE5BA0
Text Example
Text Example
White with #BE5BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5BA0; }
p { color: rgb(190,91,160); }
H1.HeaderClassName
{
color: #BE5BA0;
}
.AnyTagClassName
{
color: #BE5BA0;
}
</style>
background-color css
<style>
a { background-color: #BE5BA0; }
a { background-color: rgb(190,91,160); }
div.DivClassName
{
background-color: #BE5BA0;
}
.BgClassName
{
background-color: #BE5BA0;
}
</style>
border-color css
<style>
span { border-color: #BE5BA0; }
span { border-color: rgb(190,91,160); }
td.TdClassName
{
border-color: #BE5BA0;
}
.TagClassName
{
border-color: #BE5BA0;
}
</style>