Shades of Mulberry #BE5086
Tints of Mulberry #BE5086
RGB
CMYK
RGB Variations
Color information
#BE5086 (or 0xBE5086) is known color: Mulberry. HEX triplet: BE, 50 and 86. RGB value is (190,80,134). Sum of RGB (Red+Green+Blue) = 190+80+134=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5086 is #41AF79. Grayscale: #767676. Windows color (decimal): -4304762 or 8802494. OLE color: 8802494.
HSL color Cylindrical-coordinate representation of color #BE5086: hue angle of 330.55º 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 #BE5086 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 134 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.25 |
| HSL | 330.55º | 0.46% | 0.53% | - |
| HSV(B) | 330.55º | 0.58% | 0.75% | - |
| XYZ | 28.41 | 18.41 | 24.61 | - |
| YUV | 119.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 134 | 0 | 0.58 | 0.29 | 0.25 | 330.55 | 0.46 | 0.53 |
| Hex | BE | 50 | 86 | 0 | 3A | 1D | 19 | 14B | 2E | 35 |
| Octal | 276 | 120 | 206 | 0 | 72 | 35 | 31 | 513 | 56 | 65 |
| Binary | 10111110 | 1010000 | 10000110 | 0 | 111010 | 11101 | 11001 | 101001011 | 101110 | 110101 |
Color Harmonies of #BE5086
Complementary color
Monochromatic Colors of #BE5086
Black with #BE5086
Text Example
Text Example
White with #BE5086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5086; }
p { color: rgb(190,80,134); }
H1.HeaderClassName
{
color: #BE5086;
}
.AnyTagClassName
{
color: #BE5086;
}
</style>
background-color css
<style>
a { background-color: #BE5086; }
a { background-color: rgb(190,80,134); }
div.DivClassName
{
background-color: #BE5086;
}
.BgClassName
{
background-color: #BE5086;
}
</style>
border-color css
<style>
span { border-color: #BE5086; }
span { border-color: rgb(190,80,134); }
td.TdClassName
{
border-color: #BE5086;
}
.TagClassName
{
border-color: #BE5086;
}
</style>