Shades of Mulberry #BE4C8C
Tints of Mulberry #BE4C8C
RGB
CMYK
RGB Variations
Color information
#BE4C8C (or 0xBE4C8C) is known color: Mulberry. HEX triplet: BE, 4C and 8C. RGB value is (190,76,140). Sum of RGB (Red+Green+Blue) = 190+76+140=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4C8C is #41B373. Grayscale: #757575. Windows color (decimal): -4305780 or 9194686. OLE color: 9194686.
HSL color Cylindrical-coordinate representation of color #BE4C8C: hue angle of 326.32º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE4C8C is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 140 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.25 |
| HSL | 326.32º | 0.47% | 0.52% | - |
| HSV(B) | 326.32º | 0.6% | 0.75% | - |
| XYZ | 28.55 | 18.01 | 26.78 | - |
| YUV | 117.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 140 | 0 | 0.60 | 0.26 | 0.25 | 326.32 | 0.47 | 0.52 |
| Hex | BE | 4C | 8C | 0 | 3C | 1A | 19 | 146 | 2F | 34 |
| Octal | 276 | 114 | 214 | 0 | 74 | 32 | 31 | 506 | 57 | 64 |
| Binary | 10111110 | 1001100 | 10001100 | 0 | 111100 | 11010 | 11001 | 101000110 | 101111 | 110100 |
Color Harmonies of #BE4C8C
Complementary color
Monochromatic Colors of #BE4C8C
Black with #BE4C8C
Text Example
Text Example
White with #BE4C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C8C; }
p { color: rgb(190,76,140); }
H1.HeaderClassName
{
color: #BE4C8C;
}
.AnyTagClassName
{
color: #BE4C8C;
}
</style>
background-color css
<style>
a { background-color: #BE4C8C; }
a { background-color: rgb(190,76,140); }
div.DivClassName
{
background-color: #BE4C8C;
}
.BgClassName
{
background-color: #BE4C8C;
}
</style>
border-color css
<style>
span { border-color: #BE4C8C; }
span { border-color: rgb(190,76,140); }
td.TdClassName
{
border-color: #BE4C8C;
}
.TagClassName
{
border-color: #BE4C8C;
}
</style>