Shades of Mulberry #BE518B
Tints of Mulberry #BE518B
RGB
CMYK
RGB Variations
Color information
#BE518B (or 0xBE518B) is known color: Mulberry. HEX triplet: BE, 51 and 8B. RGB value is (190,81,139). Sum of RGB (Red+Green+Blue) = 190+81+139=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE518B is #41AE74. Grayscale: #787878. Windows color (decimal): -4304501 or 9130430. OLE color: 9130430.
HSL color Cylindrical-coordinate representation of color #BE518B: hue angle of 328.07º 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 #BE518B is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 139 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.25 |
| HSL | 328.07º | 0.46% | 0.53% | - |
| HSV(B) | 328.07º | 0.57% | 0.75% | - |
| XYZ | 28.84 | 18.7 | 26.51 | - |
| YUV | 120.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 139 | 0 | 0.57 | 0.27 | 0.25 | 328.07 | 0.46 | 0.53 |
| Hex | BE | 51 | 8B | 0 | 39 | 1B | 19 | 148 | 2E | 35 |
| Octal | 276 | 121 | 213 | 0 | 71 | 33 | 31 | 510 | 56 | 65 |
| Binary | 10111110 | 1010001 | 10001011 | 0 | 111001 | 11011 | 11001 | 101001000 | 101110 | 110101 |
Color Harmonies of #BE518B
Complementary color
Monochromatic Colors of #BE518B
Black with #BE518B
Text Example
Text Example
White with #BE518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE518B; }
p { color: rgb(190,81,139); }
H1.HeaderClassName
{
color: #BE518B;
}
.AnyTagClassName
{
color: #BE518B;
}
</style>
background-color css
<style>
a { background-color: #BE518B; }
a { background-color: rgb(190,81,139); }
div.DivClassName
{
background-color: #BE518B;
}
.BgClassName
{
background-color: #BE518B;
}
</style>
border-color css
<style>
span { border-color: #BE518B; }
span { border-color: rgb(190,81,139); }
td.TdClassName
{
border-color: #BE518B;
}
.TagClassName
{
border-color: #BE518B;
}
</style>