Shades of Mulberry #BE49A0
Tints of Mulberry #BE49A0
RGB
CMYK
RGB Variations
Color information
#BE49A0 (or 0xBE49A0) is known color: Mulberry. HEX triplet: BE, 49 and A0. RGB value is (190,73,160). Sum of RGB (Red+Green+Blue) = 190+73+160=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE49A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE49A0 is #41B65F. Grayscale: #757575. Windows color (decimal): -4306528 or 10504638. OLE color: 10504638.
HSL color Cylindrical-coordinate representation of color #BE49A0: hue angle of 315.38º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE49A0 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 160 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.25 |
| HSL | 315.38º | 0.47% | 0.52% | - |
| HSV(B) | 315.38º | 0.62% | 0.75% | - |
| XYZ | 29.96 | 18.25 | 35.2 | - |
| YUV | 117.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 160 | 0 | 0.62 | 0.16 | 0.25 | 315.38 | 0.47 | 0.52 |
| Hex | BE | 49 | A0 | 0 | 3E | 10 | 19 | 13B | 2F | 34 |
| Octal | 276 | 111 | 240 | 0 | 76 | 20 | 31 | 473 | 57 | 64 |
| Binary | 10111110 | 1001001 | 10100000 | 0 | 111110 | 10000 | 11001 | 100111011 | 101111 | 110100 |
Color Harmonies of #BE49A0
Complementary color
Monochromatic Colors of #BE49A0
Black with #BE49A0
Text Example
Text Example
White with #BE49A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE49A0; }
p { color: rgb(190,73,160); }
H1.HeaderClassName
{
color: #BE49A0;
}
.AnyTagClassName
{
color: #BE49A0;
}
</style>
background-color css
<style>
a { background-color: #BE49A0; }
a { background-color: rgb(190,73,160); }
div.DivClassName
{
background-color: #BE49A0;
}
.BgClassName
{
background-color: #BE49A0;
}
</style>
border-color css
<style>
span { border-color: #BE49A0; }
span { border-color: rgb(190,73,160); }
td.TdClassName
{
border-color: #BE49A0;
}
.TagClassName
{
border-color: #BE49A0;
}
</style>