Shades of Mulberry #BE5BA2
Tints of Mulberry #BE5BA2
RGB
CMYK
RGB Variations
Color information
#BE5BA2 (or 0xBE5BA2) is known color: Mulberry. HEX triplet: BE, 5B and A2. RGB value is (190,91,162). Sum of RGB (Red+Green+Blue) = 190+91+162=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5BA2 is #41A45D. Grayscale: #808080. Windows color (decimal): -4301918 or 10640318. OLE color: 10640318.
HSL color Cylindrical-coordinate representation of color #BE5BA2: hue angle of 316.97º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5BA2 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 91 | 162 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.25 |
| HSL | 316.97º | 0.43% | 0.55% | - |
| HSV(B) | 316.97º | 0.52% | 0.75% | - |
| XYZ | 31.5 | 21.04 | 36.58 | - |
| YUV | 128.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 91 | 162 | 0 | 0.52 | 0.15 | 0.25 | 316.97 | 0.43 | 0.55 |
| Hex | BE | 5B | A2 | 0 | 34 | F | 19 | 13D | 2B | 37 |
| Octal | 276 | 133 | 242 | 0 | 64 | 17 | 31 | 475 | 53 | 67 |
| Binary | 10111110 | 1011011 | 10100010 | 0 | 110100 | 1111 | 11001 | 100111101 | 101011 | 110111 |
Color Harmonies of #BE5BA2
Complementary color
Monochromatic Colors of #BE5BA2
Black with #BE5BA2
Text Example
Text Example
White with #BE5BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5BA2; }
p { color: rgb(190,91,162); }
H1.HeaderClassName
{
color: #BE5BA2;
}
.AnyTagClassName
{
color: #BE5BA2;
}
</style>
background-color css
<style>
a { background-color: #BE5BA2; }
a { background-color: rgb(190,91,162); }
div.DivClassName
{
background-color: #BE5BA2;
}
.BgClassName
{
background-color: #BE5BA2;
}
</style>
border-color css
<style>
span { border-color: #BE5BA2; }
span { border-color: rgb(190,91,162); }
td.TdClassName
{
border-color: #BE5BA2;
}
.TagClassName
{
border-color: #BE5BA2;
}
</style>