Shades of Mulberry #BE4D99
Tints of Mulberry #BE4D99
RGB
CMYK
RGB Variations
Color information
#BE4D99 (or 0xBE4D99) is known color: Mulberry. HEX triplet: BE, 4D and 99. RGB value is (190,77,153). Sum of RGB (Red+Green+Blue) = 190+77+153=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4D99 is #41B266. Grayscale: #777777. Windows color (decimal): -4305511 or 10046910. OLE color: 10046910.
HSL color Cylindrical-coordinate representation of color #BE4D99: hue angle of 319.65º 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 #BE4D99 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 153 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.25 |
| HSL | 319.65º | 0.47% | 0.52% | - |
| HSV(B) | 319.65º | 0.59% | 0.75% | - |
| XYZ | 29.64 | 18.55 | 32.16 | - |
| YUV | 119.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 153 | 0 | 0.59 | 0.19 | 0.25 | 319.65 | 0.47 | 0.52 |
| Hex | BE | 4D | 99 | 0 | 3B | 13 | 19 | 140 | 2F | 34 |
| Octal | 276 | 115 | 231 | 0 | 73 | 23 | 31 | 500 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10011001 | 0 | 111011 | 10011 | 11001 | 101000000 | 101111 | 110100 |
Color Harmonies of #BE4D99
Complementary color
Monochromatic Colors of #BE4D99
Black with #BE4D99
Text Example
Text Example
White with #BE4D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D99; }
p { color: rgb(190,77,153); }
H1.HeaderClassName
{
color: #BE4D99;
}
.AnyTagClassName
{
color: #BE4D99;
}
</style>
background-color css
<style>
a { background-color: #BE4D99; }
a { background-color: rgb(190,77,153); }
div.DivClassName
{
background-color: #BE4D99;
}
.BgClassName
{
background-color: #BE4D99;
}
</style>
border-color css
<style>
span { border-color: #BE4D99; }
span { border-color: rgb(190,77,153); }
td.TdClassName
{
border-color: #BE4D99;
}
.TagClassName
{
border-color: #BE4D99;
}
</style>