Shades of Mulberry #BE529D
Tints of Mulberry #BE529D
RGB
CMYK
RGB Variations
Color information
#BE529D (or 0xBE529D) is known color: Mulberry. HEX triplet: BE, 52 and 9D. RGB value is (190,82,157). Sum of RGB (Red+Green+Blue) = 190+82+157=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE529D is #41AD62. Grayscale: #7A7A7A. Windows color (decimal): -4304227 or 10310334. OLE color: 10310334.
HSL color Cylindrical-coordinate representation of color #BE529D: hue angle of 318.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE529D is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 157 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.25 |
| HSL | 318.33º | 0.45% | 0.53% | - |
| HSV(B) | 318.33º | 0.57% | 0.75% | - |
| XYZ | 30.34 | 19.42 | 34.05 | - |
| YUV | 122.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 157 | 0 | 0.57 | 0.17 | 0.25 | 318.33 | 0.45 | 0.53 |
| Hex | BE | 52 | 9D | 0 | 39 | 11 | 19 | 13E | 2D | 35 |
| Octal | 276 | 122 | 235 | 0 | 71 | 21 | 31 | 476 | 55 | 65 |
| Binary | 10111110 | 1010010 | 10011101 | 0 | 111001 | 10001 | 11001 | 100111110 | 101101 | 110101 |
Color Harmonies of #BE529D
Complementary color
Monochromatic Colors of #BE529D
Black with #BE529D
Text Example
Text Example
White with #BE529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE529D; }
p { color: rgb(190,82,157); }
H1.HeaderClassName
{
color: #BE529D;
}
.AnyTagClassName
{
color: #BE529D;
}
</style>
background-color css
<style>
a { background-color: #BE529D; }
a { background-color: rgb(190,82,157); }
div.DivClassName
{
background-color: #BE529D;
}
.BgClassName
{
background-color: #BE529D;
}
</style>
border-color css
<style>
span { border-color: #BE529D; }
span { border-color: rgb(190,82,157); }
td.TdClassName
{
border-color: #BE529D;
}
.TagClassName
{
border-color: #BE529D;
}
</style>