Shades of Mulberry #BE5087
Tints of Mulberry #BE5087
RGB
CMYK
RGB Variations
Color information
#BE5087 (or 0xBE5087) is known color: Mulberry. HEX triplet: BE, 50 and 87. RGB value is (190,80,135). Sum of RGB (Red+Green+Blue) = 190+80+135=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5087 is #41AF78. Grayscale: #777777. Windows color (decimal): -4304761 or 8868030. OLE color: 8868030.
HSL color Cylindrical-coordinate representation of color #BE5087: hue angle of 330º 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 #BE5087 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 135 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.25 |
| HSL | 330º | 0.46% | 0.53% | - |
| HSV(B) | 330º | 0.58% | 0.75% | - |
| XYZ | 28.48 | 18.43 | 24.98 | - |
| YUV | 119.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 135 | 0 | 0.58 | 0.29 | 0.25 | 330 | 0.46 | 0.53 |
| Hex | BE | 50 | 87 | 0 | 3A | 1D | 19 | 14A | 2E | 35 |
| Octal | 276 | 120 | 207 | 0 | 72 | 35 | 31 | 512 | 56 | 65 |
| Binary | 10111110 | 1010000 | 10000111 | 0 | 111010 | 11101 | 11001 | 101001010 | 101110 | 110101 |
Color Harmonies of #BE5087
Complementary color
Monochromatic Colors of #BE5087
Black with #BE5087
Text Example
Text Example
White with #BE5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5087; }
p { color: rgb(190,80,135); }
H1.HeaderClassName
{
color: #BE5087;
}
.AnyTagClassName
{
color: #BE5087;
}
</style>
background-color css
<style>
a { background-color: #BE5087; }
a { background-color: rgb(190,80,135); }
div.DivClassName
{
background-color: #BE5087;
}
.BgClassName
{
background-color: #BE5087;
}
</style>
border-color css
<style>
span { border-color: #BE5087; }
span { border-color: rgb(190,80,135); }
td.TdClassName
{
border-color: #BE5087;
}
.TagClassName
{
border-color: #BE5087;
}
</style>