Shades of Mulberry #BE5AA2
Tints of Mulberry #BE5AA2
RGB
CMYK
RGB Variations
Color information
#BE5AA2 (or 0xBE5AA2) is known color: Mulberry. HEX triplet: BE, 5A and A2. RGB value is (190,90,162). Sum of RGB (Red+Green+Blue) = 190+90+162=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5AA2 is #41A55D. Grayscale: #7F7F7F. Windows color (decimal): -4302174 or 10640062. OLE color: 10640062.
HSL color Cylindrical-coordinate representation of color #BE5AA2: hue angle of 316.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5AA2 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 162 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.25 |
| HSL | 316.8º | 0.43% | 0.55% | - |
| HSV(B) | 316.8º | 0.53% | 0.75% | - |
| XYZ | 31.41 | 20.87 | 36.55 | - |
| YUV | 128.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 162 | 0 | 0.53 | 0.15 | 0.25 | 316.8 | 0.43 | 0.55 |
| Hex | BE | 5A | A2 | 0 | 35 | F | 19 | 13D | 2B | 37 |
| Octal | 276 | 132 | 242 | 0 | 65 | 17 | 31 | 475 | 53 | 67 |
| Binary | 10111110 | 1011010 | 10100010 | 0 | 110101 | 1111 | 11001 | 100111101 | 101011 | 110111 |
Color Harmonies of #BE5AA2
Complementary color
Monochromatic Colors of #BE5AA2
Black with #BE5AA2
Text Example
Text Example
White with #BE5AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5AA2; }
p { color: rgb(190,90,162); }
H1.HeaderClassName
{
color: #BE5AA2;
}
.AnyTagClassName
{
color: #BE5AA2;
}
</style>
background-color css
<style>
a { background-color: #BE5AA2; }
a { background-color: rgb(190,90,162); }
div.DivClassName
{
background-color: #BE5AA2;
}
.BgClassName
{
background-color: #BE5AA2;
}
</style>
border-color css
<style>
span { border-color: #BE5AA2; }
span { border-color: rgb(190,90,162); }
td.TdClassName
{
border-color: #BE5AA2;
}
.TagClassName
{
border-color: #BE5AA2;
}
</style>