Shades of Mulberry #BE588D
Tints of Mulberry #BE588D
RGB
CMYK
RGB Variations
Color information
#BE588D (or 0xBE588D) is known color: Mulberry. HEX triplet: BE, 58 and 8D. RGB value is (190,88,141). Sum of RGB (Red+Green+Blue) = 190+88+141=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE588D is #41A772. Grayscale: #7C7C7C. Windows color (decimal): -4302707 or 9263294. OLE color: 9263294.
HSL color Cylindrical-coordinate representation of color #BE588D: hue angle of 328.82º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE588D is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 88 | 141 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.25 |
| HSL | 328.82º | 0.44% | 0.55% | - |
| HSV(B) | 328.82º | 0.54% | 0.75% | - |
| XYZ | 29.53 | 19.85 | 27.47 | - |
| YUV | 124.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 88 | 141 | 0 | 0.54 | 0.26 | 0.25 | 328.82 | 0.44 | 0.55 |
| Hex | BE | 58 | 8D | 0 | 36 | 1A | 19 | 149 | 2C | 37 |
| Octal | 276 | 130 | 215 | 0 | 66 | 32 | 31 | 511 | 54 | 67 |
| Binary | 10111110 | 1011000 | 10001101 | 0 | 110110 | 11010 | 11001 | 101001001 | 101100 | 110111 |
Color Harmonies of #BE588D
Complementary color
Monochromatic Colors of #BE588D
Black with #BE588D
Text Example
Text Example
White with #BE588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE588D; }
p { color: rgb(190,88,141); }
H1.HeaderClassName
{
color: #BE588D;
}
.AnyTagClassName
{
color: #BE588D;
}
</style>
background-color css
<style>
a { background-color: #BE588D; }
a { background-color: rgb(190,88,141); }
div.DivClassName
{
background-color: #BE588D;
}
.BgClassName
{
background-color: #BE588D;
}
</style>
border-color css
<style>
span { border-color: #BE588D; }
span { border-color: rgb(190,88,141); }
td.TdClassName
{
border-color: #BE588D;
}
.TagClassName
{
border-color: #BE588D;
}
</style>