Shades of Mulberry #BE5C8D
Tints of Mulberry #BE5C8D
RGB
CMYK
RGB Variations
Color information
#BE5C8D (or 0xBE5C8D) is known color: Mulberry. HEX triplet: BE, 5C and 8D. RGB value is (190,92,141). Sum of RGB (Red+Green+Blue) = 190+92+141=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5C8D is #41A372. Grayscale: #7E7E7E. Windows color (decimal): -4301683 or 9264318. OLE color: 9264318.
HSL color Cylindrical-coordinate representation of color #BE5C8D: hue angle of 330º 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 #BE5C8D is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 92 | 141 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.25 |
| HSL | 330º | 0.43% | 0.55% | - |
| HSV(B) | 330º | 0.52% | 0.75% | - |
| XYZ | 29.87 | 20.52 | 27.59 | - |
| YUV | 126.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 141 | 0 | 0.52 | 0.26 | 0.25 | 330 | 0.43 | 0.55 |
| Hex | BE | 5C | 8D | 0 | 34 | 1A | 19 | 14A | 2B | 37 |
| Octal | 276 | 134 | 215 | 0 | 64 | 32 | 31 | 512 | 53 | 67 |
| Binary | 10111110 | 1011100 | 10001101 | 0 | 110100 | 11010 | 11001 | 101001010 | 101011 | 110111 |
Color Harmonies of #BE5C8D
Complementary color
Monochromatic Colors of #BE5C8D
Black with #BE5C8D
Text Example
Text Example
White with #BE5C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5C8D; }
p { color: rgb(190,92,141); }
H1.HeaderClassName
{
color: #BE5C8D;
}
.AnyTagClassName
{
color: #BE5C8D;
}
</style>
background-color css
<style>
a { background-color: #BE5C8D; }
a { background-color: rgb(190,92,141); }
div.DivClassName
{
background-color: #BE5C8D;
}
.BgClassName
{
background-color: #BE5C8D;
}
</style>
border-color css
<style>
span { border-color: #BE5C8D; }
span { border-color: rgb(190,92,141); }
td.TdClassName
{
border-color: #BE5C8D;
}
.TagClassName
{
border-color: #BE5C8D;
}
</style>