Shades of Mulberry #BE5A8B
Tints of Mulberry #BE5A8B
RGB
CMYK
RGB Variations
Color information
#BE5A8B (or 0xBE5A8B) is known color: Mulberry. HEX triplet: BE, 5A and 8B. RGB value is (190,90,139). Sum of RGB (Red+Green+Blue) = 190+90+139=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5A8B is #41A574. Grayscale: #7D7D7D. Windows color (decimal): -4302197 or 9132734. OLE color: 9132734.
HSL color Cylindrical-coordinate representation of color #BE5A8B: hue angle of 330.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5A8B is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 139 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.25 |
| HSL | 330.6º | 0.43% | 0.55% | - |
| HSV(B) | 330.6º | 0.53% | 0.75% | - |
| XYZ | 29.55 | 20.12 | 26.75 | - |
| YUV | 125.49 | 135.63 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 139 | 0 | 0.53 | 0.27 | 0.25 | 330.6 | 0.43 | 0.55 |
| Hex | BE | 5A | 8B | 0 | 35 | 1B | 19 | 14B | 2B | 37 |
| Octal | 276 | 132 | 213 | 0 | 65 | 33 | 31 | 513 | 53 | 67 |
| Binary | 10111110 | 1011010 | 10001011 | 0 | 110101 | 11011 | 11001 | 101001011 | 101011 | 110111 |
Color Harmonies of #BE5A8B
Complementary color
Monochromatic Colors of #BE5A8B
Black with #BE5A8B
Text Example
Text Example
White with #BE5A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A8B; }
p { color: rgb(190,90,139); }
H1.HeaderClassName
{
color: #BE5A8B;
}
.AnyTagClassName
{
color: #BE5A8B;
}
</style>
background-color css
<style>
a { background-color: #BE5A8B; }
a { background-color: rgb(190,90,139); }
div.DivClassName
{
background-color: #BE5A8B;
}
.BgClassName
{
background-color: #BE5A8B;
}
</style>
border-color css
<style>
span { border-color: #BE5A8B; }
span { border-color: rgb(190,90,139); }
td.TdClassName
{
border-color: #BE5A8B;
}
.TagClassName
{
border-color: #BE5A8B;
}
</style>