Shades of Mulberry #BE4DA3
Tints of Mulberry #BE4DA3
RGB
CMYK
RGB Variations
Color information
#BE4DA3 (or 0xBE4DA3) is known color: Mulberry. HEX triplet: BE, 4D and A3. RGB value is (190,77,163). Sum of RGB (Red+Green+Blue) = 190+77+163=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4DA3 is #41B25C. Grayscale: #787878. Windows color (decimal): -4305501 or 10702270. OLE color: 10702270.
HSL color Cylindrical-coordinate representation of color #BE4DA3: hue angle of 314.34º 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 #BE4DA3 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 163 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.25 |
| HSL | 314.34º | 0.47% | 0.52% | - |
| HSV(B) | 314.34º | 0.59% | 0.75% | - |
| XYZ | 30.5 | 18.9 | 36.69 | - |
| YUV | 120.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 163 | 0 | 0.59 | 0.14 | 0.25 | 314.34 | 0.47 | 0.52 |
| Hex | BE | 4D | A3 | 0 | 3B | E | 19 | 13A | 2F | 34 |
| Octal | 276 | 115 | 243 | 0 | 73 | 16 | 31 | 472 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10100011 | 0 | 111011 | 1110 | 11001 | 100111010 | 101111 | 110100 |
Color Harmonies of #BE4DA3
Complementary color
Monochromatic Colors of #BE4DA3
Black with #BE4DA3
Text Example
Text Example
White with #BE4DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DA3; }
p { color: rgb(190,77,163); }
H1.HeaderClassName
{
color: #BE4DA3;
}
.AnyTagClassName
{
color: #BE4DA3;
}
</style>
background-color css
<style>
a { background-color: #BE4DA3; }
a { background-color: rgb(190,77,163); }
div.DivClassName
{
background-color: #BE4DA3;
}
.BgClassName
{
background-color: #BE4DA3;
}
</style>
border-color css
<style>
span { border-color: #BE4DA3; }
span { border-color: rgb(190,77,163); }
td.TdClassName
{
border-color: #BE4DA3;
}
.TagClassName
{
border-color: #BE4DA3;
}
</style>