Shades of Mulberry #BE4D87
Tints of Mulberry #BE4D87
RGB
CMYK
RGB Variations
Color information
#BE4D87 (or 0xBE4D87) is known color: Mulberry. HEX triplet: BE, 4D and 87. RGB value is (190,77,135). Sum of RGB (Red+Green+Blue) = 190+77+135=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4D87 is #41B278. Grayscale: #757575. Windows color (decimal): -4305529 or 8867262. OLE color: 8867262.
HSL color Cylindrical-coordinate representation of color #BE4D87: hue angle of 329.2º 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 #BE4D87 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 135 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.25 |
| HSL | 329.2º | 0.47% | 0.52% | - |
| HSV(B) | 329.2º | 0.59% | 0.75% | - |
| XYZ | 28.26 | 18 | 24.91 | - |
| YUV | 117.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 135 | 0 | 0.59 | 0.29 | 0.25 | 329.2 | 0.47 | 0.52 |
| Hex | BE | 4D | 87 | 0 | 3B | 1D | 19 | 149 | 2F | 34 |
| Octal | 276 | 115 | 207 | 0 | 73 | 35 | 31 | 511 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10000111 | 0 | 111011 | 11101 | 11001 | 101001001 | 101111 | 110100 |
Color Harmonies of #BE4D87
Complementary color
Monochromatic Colors of #BE4D87
Black with #BE4D87
Text Example
Text Example
White with #BE4D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D87; }
p { color: rgb(190,77,135); }
H1.HeaderClassName
{
color: #BE4D87;
}
.AnyTagClassName
{
color: #BE4D87;
}
</style>
background-color css
<style>
a { background-color: #BE4D87; }
a { background-color: rgb(190,77,135); }
div.DivClassName
{
background-color: #BE4D87;
}
.BgClassName
{
background-color: #BE4D87;
}
</style>
border-color css
<style>
span { border-color: #BE4D87; }
span { border-color: rgb(190,77,135); }
td.TdClassName
{
border-color: #BE4D87;
}
.TagClassName
{
border-color: #BE4D87;
}
</style>