Shades of Mulberry #BE5E90
Tints of Mulberry #BE5E90
RGB
CMYK
RGB Variations
Color information
#BE5E90 (or 0xBE5E90) is known color: Mulberry. HEX triplet: BE, 5E and 90. RGB value is (190,94,144). Sum of RGB (Red+Green+Blue) = 190+94+144=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5E90 is #41A16F. Grayscale: #808080. Windows color (decimal): -4301168 or 9461438. OLE color: 9461438.
HSL color Cylindrical-coordinate representation of color #BE5E90: hue angle of 328.75º 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 #BE5E90 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 144 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.25 |
| HSL | 328.75º | 0.42% | 0.56% | - |
| HSV(B) | 328.75º | 0.51% | 0.75% | - |
| XYZ | 30.27 | 20.97 | 28.84 | - |
| YUV | 128.4 | 136.8 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 144 | 0 | 0.51 | 0.24 | 0.25 | 328.75 | 0.42 | 0.56 |
| Hex | BE | 5E | 90 | 0 | 33 | 18 | 19 | 149 | 2A | 38 |
| Octal | 276 | 136 | 220 | 0 | 63 | 30 | 31 | 511 | 52 | 70 |
| Binary | 10111110 | 1011110 | 10010000 | 0 | 110011 | 11000 | 11001 | 101001001 | 101010 | 111000 |
Color Harmonies of #BE5E90
Complementary color
Monochromatic Colors of #BE5E90
Black with #BE5E90
Text Example
Text Example
White with #BE5E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E90; }
p { color: rgb(190,94,144); }
H1.HeaderClassName
{
color: #BE5E90;
}
.AnyTagClassName
{
color: #BE5E90;
}
</style>
background-color css
<style>
a { background-color: #BE5E90; }
a { background-color: rgb(190,94,144); }
div.DivClassName
{
background-color: #BE5E90;
}
.BgClassName
{
background-color: #BE5E90;
}
</style>
border-color css
<style>
span { border-color: #BE5E90; }
span { border-color: rgb(190,94,144); }
td.TdClassName
{
border-color: #BE5E90;
}
.TagClassName
{
border-color: #BE5E90;
}
</style>