Shades of Mulberry #BE5590
Tints of Mulberry #BE5590
RGB
CMYK
RGB Variations
Color information
#BE5590 (or 0xBE5590) is known color: Mulberry. HEX triplet: BE, 55 and 90. RGB value is (190,85,144). Sum of RGB (Red+Green+Blue) = 190+85+144=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5590 is #41AA6F. Grayscale: #7A7A7A. Windows color (decimal): -4303472 or 9459134. OLE color: 9459134.
HSL color Cylindrical-coordinate representation of color #BE5590: hue angle of 326.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE5590 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 144 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.25 |
| HSL | 326.29º | 0.45% | 0.54% | - |
| HSV(B) | 326.29º | 0.55% | 0.75% | - |
| XYZ | 29.52 | 19.46 | 28.59 | - |
| YUV | 123.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 144 | 0 | 0.55 | 0.24 | 0.25 | 326.29 | 0.45 | 0.54 |
| Hex | BE | 55 | 90 | 0 | 37 | 18 | 19 | 146 | 2D | 36 |
| Octal | 276 | 125 | 220 | 0 | 67 | 30 | 31 | 506 | 55 | 66 |
| Binary | 10111110 | 1010101 | 10010000 | 0 | 110111 | 11000 | 11001 | 101000110 | 101101 | 110110 |
Color Harmonies of #BE5590
Complementary color
Monochromatic Colors of #BE5590
Black with #BE5590
Text Example
Text Example
White with #BE5590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5590; }
p { color: rgb(190,85,144); }
H1.HeaderClassName
{
color: #BE5590;
}
.AnyTagClassName
{
color: #BE5590;
}
</style>
background-color css
<style>
a { background-color: #BE5590; }
a { background-color: rgb(190,85,144); }
div.DivClassName
{
background-color: #BE5590;
}
.BgClassName
{
background-color: #BE5590;
}
</style>
border-color css
<style>
span { border-color: #BE5590; }
span { border-color: rgb(190,85,144); }
td.TdClassName
{
border-color: #BE5590;
}
.TagClassName
{
border-color: #BE5590;
}
</style>