Shades of Mulberry #BE559E
Tints of Mulberry #BE559E
RGB
CMYK
RGB Variations
Color information
#BE559E (or 0xBE559E) is known color: Mulberry. HEX triplet: BE, 55 and 9E. RGB value is (190,85,158). Sum of RGB (Red+Green+Blue) = 190+85+158=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE559E is #41AA61. Grayscale: #7C7C7C. Windows color (decimal): -4303458 or 10376638. OLE color: 10376638.
HSL color Cylindrical-coordinate representation of color #BE559E: hue angle of 318.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 #BE559E is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 158 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.25 |
| HSL | 318.29º | 0.45% | 0.54% | - |
| HSV(B) | 318.29º | 0.55% | 0.75% | - |
| XYZ | 30.66 | 19.91 | 34.58 | - |
| YUV | 124.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 158 | 0 | 0.55 | 0.17 | 0.25 | 318.29 | 0.45 | 0.54 |
| Hex | BE | 55 | 9E | 0 | 37 | 11 | 19 | 13E | 2D | 36 |
| Octal | 276 | 125 | 236 | 0 | 67 | 21 | 31 | 476 | 55 | 66 |
| Binary | 10111110 | 1010101 | 10011110 | 0 | 110111 | 10001 | 11001 | 100111110 | 101101 | 110110 |
Color Harmonies of #BE559E
Complementary color
Monochromatic Colors of #BE559E
Black with #BE559E
Text Example
Text Example
White with #BE559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE559E; }
p { color: rgb(190,85,158); }
H1.HeaderClassName
{
color: #BE559E;
}
.AnyTagClassName
{
color: #BE559E;
}
</style>
background-color css
<style>
a { background-color: #BE559E; }
a { background-color: rgb(190,85,158); }
div.DivClassName
{
background-color: #BE559E;
}
.BgClassName
{
background-color: #BE559E;
}
</style>
border-color css
<style>
span { border-color: #BE559E; }
span { border-color: rgb(190,85,158); }
td.TdClassName
{
border-color: #BE559E;
}
.TagClassName
{
border-color: #BE559E;
}
</style>