Shades of Mulberry #BE5DA2
Tints of Mulberry #BE5DA2
RGB
CMYK
RGB Variations
Color information
#BE5DA2 (or 0xBE5DA2) is known color: Mulberry. HEX triplet: BE, 5D and A2. RGB value is (190,93,162). Sum of RGB (Red+Green+Blue) = 190+93+162=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5DA2 is #41A25D. Grayscale: #818181. Windows color (decimal): -4301406 or 10640830. OLE color: 10640830.
HSL color Cylindrical-coordinate representation of color #BE5DA2: hue angle of 317.32º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5DA2 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 162 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.25 |
| HSL | 317.32º | 0.43% | 0.55% | - |
| HSV(B) | 317.32º | 0.51% | 0.75% | - |
| XYZ | 31.67 | 21.38 | 36.64 | - |
| YUV | 129.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 162 | 0 | 0.51 | 0.15 | 0.25 | 317.32 | 0.43 | 0.55 |
| Hex | BE | 5D | A2 | 0 | 33 | F | 19 | 13D | 2B | 37 |
| Octal | 276 | 135 | 242 | 0 | 63 | 17 | 31 | 475 | 53 | 67 |
| Binary | 10111110 | 1011101 | 10100010 | 0 | 110011 | 1111 | 11001 | 100111101 | 101011 | 110111 |
Color Harmonies of #BE5DA2
Complementary color
Monochromatic Colors of #BE5DA2
Black with #BE5DA2
Text Example
Text Example
White with #BE5DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5DA2; }
p { color: rgb(190,93,162); }
H1.HeaderClassName
{
color: #BE5DA2;
}
.AnyTagClassName
{
color: #BE5DA2;
}
</style>
background-color css
<style>
a { background-color: #BE5DA2; }
a { background-color: rgb(190,93,162); }
div.DivClassName
{
background-color: #BE5DA2;
}
.BgClassName
{
background-color: #BE5DA2;
}
</style>
border-color css
<style>
span { border-color: #BE5DA2; }
span { border-color: rgb(190,93,162); }
td.TdClassName
{
border-color: #BE5DA2;
}
.TagClassName
{
border-color: #BE5DA2;
}
</style>