Shades of Mulberry #BE528C
Tints of Mulberry #BE528C
RGB
CMYK
RGB Variations
Color information
#BE528C (or 0xBE528C) is known color: Mulberry. HEX triplet: BE, 52 and 8C. RGB value is (190,82,140). Sum of RGB (Red+Green+Blue) = 190+82+140=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE528C is #41AD73. Grayscale: #787878. Windows color (decimal): -4304244 or 9196222. OLE color: 9196222.
HSL color Cylindrical-coordinate representation of color #BE528C: hue angle of 327.78º 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 #BE528C is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 140 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.25 |
| HSL | 327.78º | 0.45% | 0.53% | - |
| HSV(B) | 327.78º | 0.57% | 0.75% | - |
| XYZ | 28.99 | 18.88 | 26.93 | - |
| YUV | 120.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 140 | 0 | 0.57 | 0.26 | 0.25 | 327.78 | 0.45 | 0.53 |
| Hex | BE | 52 | 8C | 0 | 39 | 1A | 19 | 148 | 2D | 35 |
| Octal | 276 | 122 | 214 | 0 | 71 | 32 | 31 | 510 | 55 | 65 |
| Binary | 10111110 | 1010010 | 10001100 | 0 | 111001 | 11010 | 11001 | 101001000 | 101101 | 110101 |
Color Harmonies of #BE528C
Complementary color
Monochromatic Colors of #BE528C
Black with #BE528C
Text Example
Text Example
White with #BE528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE528C; }
p { color: rgb(190,82,140); }
H1.HeaderClassName
{
color: #BE528C;
}
.AnyTagClassName
{
color: #BE528C;
}
</style>
background-color css
<style>
a { background-color: #BE528C; }
a { background-color: rgb(190,82,140); }
div.DivClassName
{
background-color: #BE528C;
}
.BgClassName
{
background-color: #BE528C;
}
</style>
border-color css
<style>
span { border-color: #BE528C; }
span { border-color: rgb(190,82,140); }
td.TdClassName
{
border-color: #BE528C;
}
.TagClassName
{
border-color: #BE528C;
}
</style>