Shades of Mulberry #BE4AA0
Tints of Mulberry #BE4AA0
RGB
CMYK
RGB Variations
Color information
#BE4AA0 (or 0xBE4AA0) is known color: Mulberry. HEX triplet: BE, 4A and A0. RGB value is (190,74,160). Sum of RGB (Red+Green+Blue) = 190+74+160=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4AA0 is #41B55F. Grayscale: #767676. Windows color (decimal): -4306272 or 10504894. OLE color: 10504894.
HSL color Cylindrical-coordinate representation of color #BE4AA0: hue angle of 315.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4AA0 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 160 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.25 |
| HSL | 315.52º | 0.47% | 0.52% | - |
| HSV(B) | 315.52º | 0.61% | 0.75% | - |
| XYZ | 30.03 | 18.38 | 35.22 | - |
| YUV | 118.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 160 | 0 | 0.61 | 0.16 | 0.25 | 315.52 | 0.47 | 0.52 |
| Hex | BE | 4A | A0 | 0 | 3D | 10 | 19 | 13C | 2F | 34 |
| Octal | 276 | 112 | 240 | 0 | 75 | 20 | 31 | 474 | 57 | 64 |
| Binary | 10111110 | 1001010 | 10100000 | 0 | 111101 | 10000 | 11001 | 100111100 | 101111 | 110100 |
Color Harmonies of #BE4AA0
Complementary color
Monochromatic Colors of #BE4AA0
Black with #BE4AA0
Text Example
Text Example
White with #BE4AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4AA0; }
p { color: rgb(190,74,160); }
H1.HeaderClassName
{
color: #BE4AA0;
}
.AnyTagClassName
{
color: #BE4AA0;
}
</style>
background-color css
<style>
a { background-color: #BE4AA0; }
a { background-color: rgb(190,74,160); }
div.DivClassName
{
background-color: #BE4AA0;
}
.BgClassName
{
background-color: #BE4AA0;
}
</style>
border-color css
<style>
span { border-color: #BE4AA0; }
span { border-color: rgb(190,74,160); }
td.TdClassName
{
border-color: #BE4AA0;
}
.TagClassName
{
border-color: #BE4AA0;
}
</style>