Shades of Mulberry #BE4D8D
Tints of Mulberry #BE4D8D
RGB
CMYK
RGB Variations
Color information
#BE4D8D (or 0xBE4D8D) is known color: Mulberry. HEX triplet: BE, 4D and 8D. RGB value is (190,77,141). Sum of RGB (Red+Green+Blue) = 190+77+141=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4D8D is #41B272. Grayscale: #757575. Windows color (decimal): -4305523 or 9260478. OLE color: 9260478.
HSL color Cylindrical-coordinate representation of color #BE4D8D: hue angle of 326.02º 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 #BE4D8D is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 141 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.25 |
| HSL | 326.02º | 0.47% | 0.52% | - |
| HSV(B) | 326.02º | 0.59% | 0.75% | - |
| XYZ | 28.7 | 18.18 | 27.2 | - |
| YUV | 118.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 141 | 0 | 0.59 | 0.26 | 0.25 | 326.02 | 0.47 | 0.52 |
| Hex | BE | 4D | 8D | 0 | 3B | 1A | 19 | 146 | 2F | 34 |
| Octal | 276 | 115 | 215 | 0 | 73 | 32 | 31 | 506 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10001101 | 0 | 111011 | 11010 | 11001 | 101000110 | 101111 | 110100 |
Color Harmonies of #BE4D8D
Complementary color
Monochromatic Colors of #BE4D8D
Black with #BE4D8D
Text Example
Text Example
White with #BE4D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D8D; }
p { color: rgb(190,77,141); }
H1.HeaderClassName
{
color: #BE4D8D;
}
.AnyTagClassName
{
color: #BE4D8D;
}
</style>
background-color css
<style>
a { background-color: #BE4D8D; }
a { background-color: rgb(190,77,141); }
div.DivClassName
{
background-color: #BE4D8D;
}
.BgClassName
{
background-color: #BE4D8D;
}
</style>
border-color css
<style>
span { border-color: #BE4D8D; }
span { border-color: rgb(190,77,141); }
td.TdClassName
{
border-color: #BE4D8D;
}
.TagClassName
{
border-color: #BE4D8D;
}
</style>