Shades of Mulberry #BE518D
Tints of Mulberry #BE518D
RGB
CMYK
RGB Variations
Color information
#BE518D (or 0xBE518D) is known color: Mulberry. HEX triplet: BE, 51 and 8D. RGB value is (190,81,141). Sum of RGB (Red+Green+Blue) = 190+81+141=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE518D is #41AE72. Grayscale: #787878. Windows color (decimal): -4304499 or 9261502. OLE color: 9261502.
HSL color Cylindrical-coordinate representation of color #BE518D: hue angle of 326.97º degrees, saturation: 0.46, 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 #BE518D is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 141 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.25 |
| HSL | 326.97º | 0.46% | 0.53% | - |
| HSV(B) | 326.97º | 0.57% | 0.75% | - |
| XYZ | 28.99 | 18.76 | 27.29 | - |
| YUV | 120.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 141 | 0 | 0.57 | 0.26 | 0.25 | 326.97 | 0.46 | 0.53 |
| Hex | BE | 51 | 8D | 0 | 39 | 1A | 19 | 147 | 2E | 35 |
| Octal | 276 | 121 | 215 | 0 | 71 | 32 | 31 | 507 | 56 | 65 |
| Binary | 10111110 | 1010001 | 10001101 | 0 | 111001 | 11010 | 11001 | 101000111 | 101110 | 110101 |
Color Harmonies of #BE518D
Complementary color
Monochromatic Colors of #BE518D
Black with #BE518D
Text Example
Text Example
White with #BE518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE518D; }
p { color: rgb(190,81,141); }
H1.HeaderClassName
{
color: #BE518D;
}
.AnyTagClassName
{
color: #BE518D;
}
</style>
background-color css
<style>
a { background-color: #BE518D; }
a { background-color: rgb(190,81,141); }
div.DivClassName
{
background-color: #BE518D;
}
.BgClassName
{
background-color: #BE518D;
}
</style>
border-color css
<style>
span { border-color: #BE518D; }
span { border-color: rgb(190,81,141); }
td.TdClassName
{
border-color: #BE518D;
}
.TagClassName
{
border-color: #BE518D;
}
</style>