Shades of Mulberry #BE4C92
Tints of Mulberry #BE4C92
RGB
CMYK
RGB Variations
Color information
#BE4C92 (or 0xBE4C92) is known color: Mulberry. HEX triplet: BE, 4C and 92. RGB value is (190,76,146). Sum of RGB (Red+Green+Blue) = 190+76+146=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4C92 is #41B36D. Grayscale: #757575. Windows color (decimal): -4305774 or 9587902. OLE color: 9587902.
HSL color Cylindrical-coordinate representation of color #BE4C92: hue angle of 323.16º 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 #BE4C92 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 146 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.25 |
| HSL | 323.16º | 0.47% | 0.52% | - |
| HSV(B) | 323.16º | 0.6% | 0.75% | - |
| XYZ | 29.01 | 18.19 | 29.18 | - |
| YUV | 118.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 146 | 0 | 0.60 | 0.23 | 0.25 | 323.16 | 0.47 | 0.52 |
| Hex | BE | 4C | 92 | 0 | 3C | 17 | 19 | 143 | 2F | 34 |
| Octal | 276 | 114 | 222 | 0 | 74 | 27 | 31 | 503 | 57 | 64 |
| Binary | 10111110 | 1001100 | 10010010 | 0 | 111100 | 10111 | 11001 | 101000011 | 101111 | 110100 |
Color Harmonies of #BE4C92
Complementary color
Monochromatic Colors of #BE4C92
Black with #BE4C92
Text Example
Text Example
White with #BE4C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C92; }
p { color: rgb(190,76,146); }
H1.HeaderClassName
{
color: #BE4C92;
}
.AnyTagClassName
{
color: #BE4C92;
}
</style>
background-color css
<style>
a { background-color: #BE4C92; }
a { background-color: rgb(190,76,146); }
div.DivClassName
{
background-color: #BE4C92;
}
.BgClassName
{
background-color: #BE4C92;
}
</style>
border-color css
<style>
span { border-color: #BE4C92; }
span { border-color: rgb(190,76,146); }
td.TdClassName
{
border-color: #BE4C92;
}
.TagClassName
{
border-color: #BE4C92;
}
</style>