Shades of Mulberry #BE569D
Tints of Mulberry #BE569D
RGB
CMYK
RGB Variations
Color information
#BE569D (or 0xBE569D) is known color: Mulberry. HEX triplet: BE, 56 and 9D. RGB value is (190,86,157). Sum of RGB (Red+Green+Blue) = 190+86+157=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE569D is #41A962. Grayscale: #7D7D7D. Windows color (decimal): -4303203 or 10311358. OLE color: 10311358.
HSL color Cylindrical-coordinate representation of color #BE569D: hue angle of 319.04º degrees, saturation: 0.44, 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 #BE569D is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 157 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.25 |
| HSL | 319.04º | 0.44% | 0.54% | - |
| HSV(B) | 319.04º | 0.55% | 0.75% | - |
| XYZ | 30.65 | 20.04 | 34.15 | - |
| YUV | 125.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 157 | 0 | 0.55 | 0.17 | 0.25 | 319.04 | 0.44 | 0.54 |
| Hex | BE | 56 | 9D | 0 | 37 | 11 | 19 | 13F | 2C | 36 |
| Octal | 276 | 126 | 235 | 0 | 67 | 21 | 31 | 477 | 54 | 66 |
| Binary | 10111110 | 1010110 | 10011101 | 0 | 110111 | 10001 | 11001 | 100111111 | 101100 | 110110 |
Color Harmonies of #BE569D
Complementary color
Monochromatic Colors of #BE569D
Black with #BE569D
Text Example
Text Example
White with #BE569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE569D; }
p { color: rgb(190,86,157); }
H1.HeaderClassName
{
color: #BE569D;
}
.AnyTagClassName
{
color: #BE569D;
}
</style>
background-color css
<style>
a { background-color: #BE569D; }
a { background-color: rgb(190,86,157); }
div.DivClassName
{
background-color: #BE569D;
}
.BgClassName
{
background-color: #BE569D;
}
</style>
border-color css
<style>
span { border-color: #BE569D; }
span { border-color: rgb(190,86,157); }
td.TdClassName
{
border-color: #BE569D;
}
.TagClassName
{
border-color: #BE569D;
}
</style>