Shades of Mulberry #BE528D
Tints of Mulberry #BE528D
RGB
CMYK
RGB Variations
Color information
#BE528D (or 0xBE528D) is known color: Mulberry. HEX triplet: BE, 52 and 8D. RGB value is (190,82,141). Sum of RGB (Red+Green+Blue) = 190+82+141=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE528D is #41AD72. Grayscale: #787878. Windows color (decimal): -4304243 or 9261758. OLE color: 9261758.
HSL color Cylindrical-coordinate representation of color #BE528D: hue angle of 327.22º 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 #BE528D is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 141 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.25 |
| HSL | 327.22º | 0.45% | 0.53% | - |
| HSV(B) | 327.22º | 0.57% | 0.75% | - |
| XYZ | 29.06 | 18.9 | 27.32 | - |
| YUV | 121.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 141 | 0 | 0.57 | 0.26 | 0.25 | 327.22 | 0.45 | 0.53 |
| Hex | BE | 52 | 8D | 0 | 39 | 1A | 19 | 147 | 2D | 35 |
| Octal | 276 | 122 | 215 | 0 | 71 | 32 | 31 | 507 | 55 | 65 |
| Binary | 10111110 | 1010010 | 10001101 | 0 | 111001 | 11010 | 11001 | 101000111 | 101101 | 110101 |
Color Harmonies of #BE528D
Complementary color
Monochromatic Colors of #BE528D
Black with #BE528D
Text Example
Text Example
White with #BE528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE528D; }
p { color: rgb(190,82,141); }
H1.HeaderClassName
{
color: #BE528D;
}
.AnyTagClassName
{
color: #BE528D;
}
</style>
background-color css
<style>
a { background-color: #BE528D; }
a { background-color: rgb(190,82,141); }
div.DivClassName
{
background-color: #BE528D;
}
.BgClassName
{
background-color: #BE528D;
}
</style>
border-color css
<style>
span { border-color: #BE528D; }
span { border-color: rgb(190,82,141); }
td.TdClassName
{
border-color: #BE528D;
}
.TagClassName
{
border-color: #BE528D;
}
</style>