Shades of Mulberry #BE558C
Tints of Mulberry #BE558C
RGB
CMYK
RGB Variations
Color information
#BE558C (or 0xBE558C) is known color: Mulberry. HEX triplet: BE, 55 and 8C. RGB value is (190,85,140). Sum of RGB (Red+Green+Blue) = 190+85+140=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE558C is #41AA73. Grayscale: #7A7A7A. Windows color (decimal): -4303476 or 9196990. OLE color: 9196990.
HSL color Cylindrical-coordinate representation of color #BE558C: hue angle of 328.57º 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 #BE558C is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 140 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.25 |
| HSL | 328.57º | 0.45% | 0.54% | - |
| HSV(B) | 328.57º | 0.55% | 0.75% | - |
| XYZ | 29.22 | 19.34 | 27 | - |
| YUV | 122.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 140 | 0 | 0.55 | 0.26 | 0.25 | 328.57 | 0.45 | 0.54 |
| Hex | BE | 55 | 8C | 0 | 37 | 1A | 19 | 149 | 2D | 36 |
| Octal | 276 | 125 | 214 | 0 | 67 | 32 | 31 | 511 | 55 | 66 |
| Binary | 10111110 | 1010101 | 10001100 | 0 | 110111 | 11010 | 11001 | 101001001 | 101101 | 110110 |
Color Harmonies of #BE558C
Complementary color
Monochromatic Colors of #BE558C
Black with #BE558C
Text Example
Text Example
White with #BE558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE558C; }
p { color: rgb(190,85,140); }
H1.HeaderClassName
{
color: #BE558C;
}
.AnyTagClassName
{
color: #BE558C;
}
</style>
background-color css
<style>
a { background-color: #BE558C; }
a { background-color: rgb(190,85,140); }
div.DivClassName
{
background-color: #BE558C;
}
.BgClassName
{
background-color: #BE558C;
}
</style>
border-color css
<style>
span { border-color: #BE558C; }
span { border-color: rgb(190,85,140); }
td.TdClassName
{
border-color: #BE558C;
}
.TagClassName
{
border-color: #BE558C;
}
</style>