Shades of Mulberry #BE59A1
Tints of Mulberry #BE59A1
RGB
CMYK
RGB Variations
Color information
#BE59A1 (or 0xBE59A1) is known color: Mulberry. HEX triplet: BE, 59 and A1. RGB value is (190,89,161). Sum of RGB (Red+Green+Blue) = 190+89+161=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE59A1 is #41A65E. Grayscale: #7F7F7F. Windows color (decimal): -4302431 or 10574270. OLE color: 10574270.
HSL color Cylindrical-coordinate representation of color #BE59A1: hue angle of 317.23º degrees, saturation: 0.44, 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 #BE59A1 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 89 | 161 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.25 |
| HSL | 317.23º | 0.44% | 0.55% | - |
| HSV(B) | 317.23º | 0.53% | 0.75% | - |
| XYZ | 31.24 | 20.67 | 36.06 | - |
| YUV | 127.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 161 | 0 | 0.53 | 0.15 | 0.25 | 317.23 | 0.44 | 0.55 |
| Hex | BE | 59 | A1 | 0 | 35 | F | 19 | 13D | 2C | 37 |
| Octal | 276 | 131 | 241 | 0 | 65 | 17 | 31 | 475 | 54 | 67 |
| Binary | 10111110 | 1011001 | 10100001 | 0 | 110101 | 1111 | 11001 | 100111101 | 101100 | 110111 |
Color Harmonies of #BE59A1
Complementary color
Monochromatic Colors of #BE59A1
Black with #BE59A1
Text Example
Text Example
White with #BE59A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE59A1; }
p { color: rgb(190,89,161); }
H1.HeaderClassName
{
color: #BE59A1;
}
.AnyTagClassName
{
color: #BE59A1;
}
</style>
background-color css
<style>
a { background-color: #BE59A1; }
a { background-color: rgb(190,89,161); }
div.DivClassName
{
background-color: #BE59A1;
}
.BgClassName
{
background-color: #BE59A1;
}
</style>
border-color css
<style>
span { border-color: #BE59A1; }
span { border-color: rgb(190,89,161); }
td.TdClassName
{
border-color: #BE59A1;
}
.TagClassName
{
border-color: #BE59A1;
}
</style>