Shades of Mulberry #BE558B
Tints of Mulberry #BE558B
RGB
CMYK
RGB Variations
Color information
#BE558B (or 0xBE558B) is known color: Mulberry. HEX triplet: BE, 55 and 8B. RGB value is (190,85,139). Sum of RGB (Red+Green+Blue) = 190+85+139=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE558B is #41AA74. Grayscale: #7A7A7A. Windows color (decimal): -4303477 or 9131454. OLE color: 9131454.
HSL color Cylindrical-coordinate representation of color #BE558B: hue angle of 329.14º 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 #BE558B is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 139 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.25 |
| HSL | 329.14º | 0.45% | 0.54% | - |
| HSV(B) | 329.14º | 0.55% | 0.75% | - |
| XYZ | 29.14 | 19.31 | 26.62 | - |
| YUV | 122.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 139 | 0 | 0.55 | 0.27 | 0.25 | 329.14 | 0.45 | 0.54 |
| Hex | BE | 55 | 8B | 0 | 37 | 1B | 19 | 149 | 2D | 36 |
| Octal | 276 | 125 | 213 | 0 | 67 | 33 | 31 | 511 | 55 | 66 |
| Binary | 10111110 | 1010101 | 10001011 | 0 | 110111 | 11011 | 11001 | 101001001 | 101101 | 110110 |
Color Harmonies of #BE558B
Complementary color
Monochromatic Colors of #BE558B
Black with #BE558B
Text Example
Text Example
White with #BE558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE558B; }
p { color: rgb(190,85,139); }
H1.HeaderClassName
{
color: #BE558B;
}
.AnyTagClassName
{
color: #BE558B;
}
</style>
background-color css
<style>
a { background-color: #BE558B; }
a { background-color: rgb(190,85,139); }
div.DivClassName
{
background-color: #BE558B;
}
.BgClassName
{
background-color: #BE558B;
}
</style>
border-color css
<style>
span { border-color: #BE558B; }
span { border-color: rgb(190,85,139); }
td.TdClassName
{
border-color: #BE558B;
}
.TagClassName
{
border-color: #BE558B;
}
</style>