Shades of Mulberry #BE5488
Tints of Mulberry #BE5488
RGB
CMYK
RGB Variations
Color information
#BE5488 (or 0xBE5488) is known color: Mulberry. HEX triplet: BE, 54 and 88. RGB value is (190,84,136). Sum of RGB (Red+Green+Blue) = 190+84+136=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5488 is #41AB77. Grayscale: #797979. Windows color (decimal): -4303736 or 8934590. OLE color: 8934590.
HSL color Cylindrical-coordinate representation of color #BE5488: hue angle of 330.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5488 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 136 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.25 |
| HSL | 330.57º | 0.45% | 0.54% | - |
| HSV(B) | 330.57º | 0.56% | 0.75% | - |
| XYZ | 28.85 | 19.07 | 25.45 | - |
| YUV | 121.62 | 136.12 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 136 | 0 | 0.56 | 0.28 | 0.25 | 330.57 | 0.45 | 0.54 |
| Hex | BE | 54 | 88 | 0 | 38 | 1C | 19 | 14B | 2D | 36 |
| Octal | 276 | 124 | 210 | 0 | 70 | 34 | 31 | 513 | 55 | 66 |
| Binary | 10111110 | 1010100 | 10001000 | 0 | 111000 | 11100 | 11001 | 101001011 | 101101 | 110110 |
Color Harmonies of #BE5488
Complementary color
Monochromatic Colors of #BE5488
Black with #BE5488
Text Example
Text Example
White with #BE5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5488; }
p { color: rgb(190,84,136); }
H1.HeaderClassName
{
color: #BE5488;
}
.AnyTagClassName
{
color: #BE5488;
}
</style>
background-color css
<style>
a { background-color: #BE5488; }
a { background-color: rgb(190,84,136); }
div.DivClassName
{
background-color: #BE5488;
}
.BgClassName
{
background-color: #BE5488;
}
</style>
border-color css
<style>
span { border-color: #BE5488; }
span { border-color: rgb(190,84,136); }
td.TdClassName
{
border-color: #BE5488;
}
.TagClassName
{
border-color: #BE5488;
}
</style>