Shades of Mulberry #BE4D8C
Tints of Mulberry #BE4D8C
RGB
CMYK
RGB Variations
Color information
#BE4D8C (or 0xBE4D8C) is known color: Mulberry. HEX triplet: BE, 4D and 8C. RGB value is (190,77,140). Sum of RGB (Red+Green+Blue) = 190+77+140=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4D8C is #41B273. Grayscale: #757575. Windows color (decimal): -4305524 or 9194942. OLE color: 9194942.
HSL color Cylindrical-coordinate representation of color #BE4D8C: hue angle of 326.55º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4D8C is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 140 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.25 |
| HSL | 326.55º | 0.47% | 0.52% | - |
| HSV(B) | 326.55º | 0.59% | 0.75% | - |
| XYZ | 28.62 | 18.15 | 26.81 | - |
| YUV | 117.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 140 | 0 | 0.59 | 0.26 | 0.25 | 326.55 | 0.47 | 0.52 |
| Hex | BE | 4D | 8C | 0 | 3B | 1A | 19 | 147 | 2F | 34 |
| Octal | 276 | 115 | 214 | 0 | 73 | 32 | 31 | 507 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10001100 | 0 | 111011 | 11010 | 11001 | 101000111 | 101111 | 110100 |
Color Harmonies of #BE4D8C
Complementary color
Monochromatic Colors of #BE4D8C
Black with #BE4D8C
Text Example
Text Example
White with #BE4D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D8C; }
p { color: rgb(190,77,140); }
H1.HeaderClassName
{
color: #BE4D8C;
}
.AnyTagClassName
{
color: #BE4D8C;
}
</style>
background-color css
<style>
a { background-color: #BE4D8C; }
a { background-color: rgb(190,77,140); }
div.DivClassName
{
background-color: #BE4D8C;
}
.BgClassName
{
background-color: #BE4D8C;
}
</style>
border-color css
<style>
span { border-color: #BE4D8C; }
span { border-color: rgb(190,77,140); }
td.TdClassName
{
border-color: #BE4D8C;
}
.TagClassName
{
border-color: #BE4D8C;
}
</style>