Shades of Mulberry #BE4DA2
Tints of Mulberry #BE4DA2
RGB
CMYK
RGB Variations
Color information
#BE4DA2 (or 0xBE4DA2) is known color: Mulberry. HEX triplet: BE, 4D and A2. RGB value is (190,77,162). Sum of RGB (Red+Green+Blue) = 190+77+162=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4DA2 is #41B25D. Grayscale: #787878. Windows color (decimal): -4305502 or 10636734. OLE color: 10636734.
HSL color Cylindrical-coordinate representation of color #BE4DA2: hue angle of 314.87º 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 #BE4DA2 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 162 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.25 |
| HSL | 314.87º | 0.47% | 0.52% | - |
| HSV(B) | 314.87º | 0.59% | 0.75% | - |
| XYZ | 30.41 | 18.86 | 36.22 | - |
| YUV | 120.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 162 | 0 | 0.59 | 0.15 | 0.25 | 314.87 | 0.47 | 0.52 |
| Hex | BE | 4D | A2 | 0 | 3B | F | 19 | 13B | 2F | 34 |
| Octal | 276 | 115 | 242 | 0 | 73 | 17 | 31 | 473 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10100010 | 0 | 111011 | 1111 | 11001 | 100111011 | 101111 | 110100 |
Color Harmonies of #BE4DA2
Complementary color
Monochromatic Colors of #BE4DA2
Black with #BE4DA2
Text Example
Text Example
White with #BE4DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DA2; }
p { color: rgb(190,77,162); }
H1.HeaderClassName
{
color: #BE4DA2;
}
.AnyTagClassName
{
color: #BE4DA2;
}
</style>
background-color css
<style>
a { background-color: #BE4DA2; }
a { background-color: rgb(190,77,162); }
div.DivClassName
{
background-color: #BE4DA2;
}
.BgClassName
{
background-color: #BE4DA2;
}
</style>
border-color css
<style>
span { border-color: #BE4DA2; }
span { border-color: rgb(190,77,162); }
td.TdClassName
{
border-color: #BE4DA2;
}
.TagClassName
{
border-color: #BE4DA2;
}
</style>