Shades of Mulberry #BE5E9A
Tints of Mulberry #BE5E9A
RGB
CMYK
RGB Variations
Color information
#BE5E9A (or 0xBE5E9A) is known color: Mulberry. HEX triplet: BE, 5E and 9A. RGB value is (190,94,154). Sum of RGB (Red+Green+Blue) = 190+94+154=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5E9A is #41A165. Grayscale: #818181. Windows color (decimal): -4301158 or 10116798. OLE color: 10116798.
HSL color Cylindrical-coordinate representation of color #BE5E9A: hue angle of 322.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5E9A is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 154 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.25 |
| HSL | 322.5º | 0.42% | 0.56% | - |
| HSV(B) | 322.5º | 0.51% | 0.75% | - |
| XYZ | 31.07 | 21.29 | 33.04 | - |
| YUV | 129.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 154 | 0 | 0.51 | 0.19 | 0.25 | 322.5 | 0.42 | 0.56 |
| Hex | BE | 5E | 9A | 0 | 33 | 13 | 19 | 142 | 2A | 38 |
| Octal | 276 | 136 | 232 | 0 | 63 | 23 | 31 | 502 | 52 | 70 |
| Binary | 10111110 | 1011110 | 10011010 | 0 | 110011 | 10011 | 11001 | 101000010 | 101010 | 111000 |
Color Harmonies of #BE5E9A
Complementary color
Monochromatic Colors of #BE5E9A
Black with #BE5E9A
Text Example
Text Example
White with #BE5E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E9A; }
p { color: rgb(190,94,154); }
H1.HeaderClassName
{
color: #BE5E9A;
}
.AnyTagClassName
{
color: #BE5E9A;
}
</style>
background-color css
<style>
a { background-color: #BE5E9A; }
a { background-color: rgb(190,94,154); }
div.DivClassName
{
background-color: #BE5E9A;
}
.BgClassName
{
background-color: #BE5E9A;
}
</style>
border-color css
<style>
span { border-color: #BE5E9A; }
span { border-color: rgb(190,94,154); }
td.TdClassName
{
border-color: #BE5E9A;
}
.TagClassName
{
border-color: #BE5E9A;
}
</style>