Shades of Mulberry #BE5882
Tints of Mulberry #BE5882
RGB
CMYK
RGB Variations
Color information
#BE5882 (or 0xBE5882) is known color: Mulberry. HEX triplet: BE, 58 and 82. RGB value is (190,88,130). Sum of RGB (Red+Green+Blue) = 190+88+130=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5882 is #41A77D. Grayscale: #7B7B7B. Windows color (decimal): -4302718 or 8542398. OLE color: 8542398.
HSL color Cylindrical-coordinate representation of color #BE5882: hue angle of 335.29º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE5882 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 88 | 130 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.25 |
| HSL | 335.29º | 0.44% | 0.55% | - |
| HSV(B) | 335.29º | 0.54% | 0.75% | - |
| XYZ | 28.75 | 19.54 | 23.37 | - |
| YUV | 123.29 | 131.79 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 88 | 130 | 0 | 0.54 | 0.32 | 0.25 | 335.29 | 0.44 | 0.55 |
| Hex | BE | 58 | 82 | 0 | 36 | 20 | 19 | 14F | 2C | 37 |
| Octal | 276 | 130 | 202 | 0 | 66 | 40 | 31 | 517 | 54 | 67 |
| Binary | 10111110 | 1011000 | 10000010 | 0 | 110110 | 100000 | 11001 | 101001111 | 101100 | 110111 |
Color Harmonies of #BE5882
Complementary color
Monochromatic Colors of #BE5882
Black with #BE5882
Text Example
Text Example
White with #BE5882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5882; }
p { color: rgb(190,88,130); }
H1.HeaderClassName
{
color: #BE5882;
}
.AnyTagClassName
{
color: #BE5882;
}
</style>
background-color css
<style>
a { background-color: #BE5882; }
a { background-color: rgb(190,88,130); }
div.DivClassName
{
background-color: #BE5882;
}
.BgClassName
{
background-color: #BE5882;
}
</style>
border-color css
<style>
span { border-color: #BE5882; }
span { border-color: rgb(190,88,130); }
td.TdClassName
{
border-color: #BE5882;
}
.TagClassName
{
border-color: #BE5882;
}
</style>