Shades of Mulberry #BE5E93
Tints of Mulberry #BE5E93
RGB
CMYK
RGB Variations
Color information
#BE5E93 (or 0xBE5E93) is known color: Mulberry. HEX triplet: BE, 5E and 93. RGB value is (190,94,147). Sum of RGB (Red+Green+Blue) = 190+94+147=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5E93 is #41A16C. Grayscale: #808080. Windows color (decimal): -4301165 or 9658046. OLE color: 9658046.
HSL color Cylindrical-coordinate representation of color #BE5E93: hue angle of 326.88º 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 #BE5E93 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 147 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.25 |
| HSL | 326.88º | 0.42% | 0.56% | - |
| HSV(B) | 326.88º | 0.51% | 0.75% | - |
| XYZ | 30.5 | 21.06 | 30.06 | - |
| YUV | 128.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 147 | 0 | 0.51 | 0.23 | 0.25 | 326.88 | 0.42 | 0.56 |
| Hex | BE | 5E | 93 | 0 | 33 | 17 | 19 | 147 | 2A | 38 |
| Octal | 276 | 136 | 223 | 0 | 63 | 27 | 31 | 507 | 52 | 70 |
| Binary | 10111110 | 1011110 | 10010011 | 0 | 110011 | 10111 | 11001 | 101000111 | 101010 | 111000 |
Color Harmonies of #BE5E93
Complementary color
Monochromatic Colors of #BE5E93
Black with #BE5E93
Text Example
Text Example
White with #BE5E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E93; }
p { color: rgb(190,94,147); }
H1.HeaderClassName
{
color: #BE5E93;
}
.AnyTagClassName
{
color: #BE5E93;
}
</style>
background-color css
<style>
a { background-color: #BE5E93; }
a { background-color: rgb(190,94,147); }
div.DivClassName
{
background-color: #BE5E93;
}
.BgClassName
{
background-color: #BE5E93;
}
</style>
border-color css
<style>
span { border-color: #BE5E93; }
span { border-color: rgb(190,94,147); }
td.TdClassName
{
border-color: #BE5E93;
}
.TagClassName
{
border-color: #BE5E93;
}
</style>