Shades of Mulberry #BE59A2
Tints of Mulberry #BE59A2
RGB
CMYK
RGB Variations
Color information
#BE59A2 (or 0xBE59A2) is known color: Mulberry. HEX triplet: BE, 59 and A2. RGB value is (190,89,162). Sum of RGB (Red+Green+Blue) = 190+89+162=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE59A2 is #41A65D. Grayscale: #7F7F7F. Windows color (decimal): -4302430 or 10639806. OLE color: 10639806.
HSL color Cylindrical-coordinate representation of color #BE59A2: hue angle of 316.63º 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 #BE59A2 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 89 | 162 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.25 |
| HSL | 316.63º | 0.44% | 0.55% | - |
| HSV(B) | 316.63º | 0.53% | 0.75% | - |
| XYZ | 31.33 | 20.7 | 36.53 | - |
| YUV | 127.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 162 | 0 | 0.53 | 0.15 | 0.25 | 316.63 | 0.44 | 0.55 |
| Hex | BE | 59 | A2 | 0 | 35 | F | 19 | 13D | 2C | 37 |
| Octal | 276 | 131 | 242 | 0 | 65 | 17 | 31 | 475 | 54 | 67 |
| Binary | 10111110 | 1011001 | 10100010 | 0 | 110101 | 1111 | 11001 | 100111101 | 101100 | 110111 |
Color Harmonies of #BE59A2
Complementary color
Monochromatic Colors of #BE59A2
Black with #BE59A2
Text Example
Text Example
White with #BE59A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE59A2; }
p { color: rgb(190,89,162); }
H1.HeaderClassName
{
color: #BE59A2;
}
.AnyTagClassName
{
color: #BE59A2;
}
</style>
background-color css
<style>
a { background-color: #BE59A2; }
a { background-color: rgb(190,89,162); }
div.DivClassName
{
background-color: #BE59A2;
}
.BgClassName
{
background-color: #BE59A2;
}
</style>
border-color css
<style>
span { border-color: #BE59A2; }
span { border-color: rgb(190,89,162); }
td.TdClassName
{
border-color: #BE59A2;
}
.TagClassName
{
border-color: #BE59A2;
}
</style>