Shades of Mulberry #BE5089
Tints of Mulberry #BE5089
RGB
CMYK
RGB Variations
Color information
#BE5089 (or 0xBE5089) is known color: Mulberry. HEX triplet: BE, 50 and 89. RGB value is (190,80,137). Sum of RGB (Red+Green+Blue) = 190+80+137=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5089 is #41AF76. Grayscale: #777777. Windows color (decimal): -4304759 or 8999102. OLE color: 8999102.
HSL color Cylindrical-coordinate representation of color #BE5089: hue angle of 328.91º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE5089 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 137 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.25 |
| HSL | 328.91º | 0.46% | 0.53% | - |
| HSV(B) | 328.91º | 0.58% | 0.75% | - |
| XYZ | 28.62 | 18.49 | 25.73 | - |
| YUV | 119.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 137 | 0 | 0.58 | 0.28 | 0.25 | 328.91 | 0.46 | 0.53 |
| Hex | BE | 50 | 89 | 0 | 3A | 1C | 19 | 149 | 2E | 35 |
| Octal | 276 | 120 | 211 | 0 | 72 | 34 | 31 | 511 | 56 | 65 |
| Binary | 10111110 | 1010000 | 10001001 | 0 | 111010 | 11100 | 11001 | 101001001 | 101110 | 110101 |
Color Harmonies of #BE5089
Complementary color
Monochromatic Colors of #BE5089
Black with #BE5089
Text Example
Text Example
White with #BE5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5089; }
p { color: rgb(190,80,137); }
H1.HeaderClassName
{
color: #BE5089;
}
.AnyTagClassName
{
color: #BE5089;
}
</style>
background-color css
<style>
a { background-color: #BE5089; }
a { background-color: rgb(190,80,137); }
div.DivClassName
{
background-color: #BE5089;
}
.BgClassName
{
background-color: #BE5089;
}
</style>
border-color css
<style>
span { border-color: #BE5089; }
span { border-color: rgb(190,80,137); }
td.TdClassName
{
border-color: #BE5089;
}
.TagClassName
{
border-color: #BE5089;
}
</style>