Shades of Mulberry #BE559D
Tints of Mulberry #BE559D
RGB
CMYK
RGB Variations
Color information
#BE559D (or 0xBE559D) is known color: Mulberry. HEX triplet: BE, 55 and 9D. RGB value is (190,85,157). Sum of RGB (Red+Green+Blue) = 190+85+157=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE559D is #41AA62. Grayscale: #7C7C7C. Windows color (decimal): -4303459 or 10311102. OLE color: 10311102.
HSL color Cylindrical-coordinate representation of color #BE559D: hue angle of 318.86º 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 #BE559D is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 157 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.25 |
| HSL | 318.86º | 0.45% | 0.54% | - |
| HSV(B) | 318.86º | 0.55% | 0.75% | - |
| XYZ | 30.57 | 19.88 | 34.12 | - |
| YUV | 124.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 157 | 0 | 0.55 | 0.17 | 0.25 | 318.86 | 0.45 | 0.54 |
| Hex | BE | 55 | 9D | 0 | 37 | 11 | 19 | 13F | 2D | 36 |
| Octal | 276 | 125 | 235 | 0 | 67 | 21 | 31 | 477 | 55 | 66 |
| Binary | 10111110 | 1010101 | 10011101 | 0 | 110111 | 10001 | 11001 | 100111111 | 101101 | 110110 |
Color Harmonies of #BE559D
Complementary color
Monochromatic Colors of #BE559D
Black with #BE559D
Text Example
Text Example
White with #BE559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE559D; }
p { color: rgb(190,85,157); }
H1.HeaderClassName
{
color: #BE559D;
}
.AnyTagClassName
{
color: #BE559D;
}
</style>
background-color css
<style>
a { background-color: #BE559D; }
a { background-color: rgb(190,85,157); }
div.DivClassName
{
background-color: #BE559D;
}
.BgClassName
{
background-color: #BE559D;
}
</style>
border-color css
<style>
span { border-color: #BE559D; }
span { border-color: rgb(190,85,157); }
td.TdClassName
{
border-color: #BE559D;
}
.TagClassName
{
border-color: #BE559D;
}
</style>