Shades of Mulberry #BE4A8D
Tints of Mulberry #BE4A8D
RGB
CMYK
RGB Variations
Color information
#BE4A8D (or 0xBE4A8D) is known color: Mulberry. HEX triplet: BE, 4A and 8D. RGB value is (190,74,141). Sum of RGB (Red+Green+Blue) = 190+74+141=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4A8D is #41B572. Grayscale: #747474. Windows color (decimal): -4306291 or 9259710. OLE color: 9259710.
HSL color Cylindrical-coordinate representation of color #BE4A8D: hue angle of 325.34º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4A8D is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 141 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.25 |
| HSL | 325.34º | 0.47% | 0.52% | - |
| HSV(B) | 325.34º | 0.61% | 0.75% | - |
| XYZ | 28.49 | 17.77 | 27.13 | - |
| YUV | 116.32 | 141.93 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 141 | 0 | 0.61 | 0.26 | 0.25 | 325.34 | 0.47 | 0.52 |
| Hex | BE | 4A | 8D | 0 | 3D | 1A | 19 | 145 | 2F | 34 |
| Octal | 276 | 112 | 215 | 0 | 75 | 32 | 31 | 505 | 57 | 64 |
| Binary | 10111110 | 1001010 | 10001101 | 0 | 111101 | 11010 | 11001 | 101000101 | 101111 | 110100 |
Color Harmonies of #BE4A8D
Complementary color
Monochromatic Colors of #BE4A8D
Black with #BE4A8D
Text Example
Text Example
White with #BE4A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A8D; }
p { color: rgb(190,74,141); }
H1.HeaderClassName
{
color: #BE4A8D;
}
.AnyTagClassName
{
color: #BE4A8D;
}
</style>
background-color css
<style>
a { background-color: #BE4A8D; }
a { background-color: rgb(190,74,141); }
div.DivClassName
{
background-color: #BE4A8D;
}
.BgClassName
{
background-color: #BE4A8D;
}
</style>
border-color css
<style>
span { border-color: #BE4A8D; }
span { border-color: rgb(190,74,141); }
td.TdClassName
{
border-color: #BE4A8D;
}
.TagClassName
{
border-color: #BE4A8D;
}
</style>