Shades of Mulberry #BE5A9A
Tints of Mulberry #BE5A9A
RGB
CMYK
RGB Variations
Color information
#BE5A9A (or 0xBE5A9A) is known color: Mulberry. HEX triplet: BE, 5A and 9A. RGB value is (190,90,154). Sum of RGB (Red+Green+Blue) = 190+90+154=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5A9A is #41A565. Grayscale: #7F7F7F. Windows color (decimal): -4302182 or 10115774. OLE color: 10115774.
HSL color Cylindrical-coordinate representation of color #BE5A9A: hue angle of 321.6º 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 #BE5A9A is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 154 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.25 |
| HSL | 321.6º | 0.43% | 0.55% | - |
| HSV(B) | 321.6º | 0.53% | 0.75% | - |
| XYZ | 30.72 | 20.59 | 32.93 | - |
| YUV | 127.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 154 | 0 | 0.53 | 0.19 | 0.25 | 321.6 | 0.43 | 0.55 |
| Hex | BE | 5A | 9A | 0 | 35 | 13 | 19 | 142 | 2B | 37 |
| Octal | 276 | 132 | 232 | 0 | 65 | 23 | 31 | 502 | 53 | 67 |
| Binary | 10111110 | 1011010 | 10011010 | 0 | 110101 | 10011 | 11001 | 101000010 | 101011 | 110111 |
Color Harmonies of #BE5A9A
Complementary color
Monochromatic Colors of #BE5A9A
Black with #BE5A9A
Text Example
Text Example
White with #BE5A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A9A; }
p { color: rgb(190,90,154); }
H1.HeaderClassName
{
color: #BE5A9A;
}
.AnyTagClassName
{
color: #BE5A9A;
}
</style>
background-color css
<style>
a { background-color: #BE5A9A; }
a { background-color: rgb(190,90,154); }
div.DivClassName
{
background-color: #BE5A9A;
}
.BgClassName
{
background-color: #BE5A9A;
}
</style>
border-color css
<style>
span { border-color: #BE5A9A; }
span { border-color: rgb(190,90,154); }
td.TdClassName
{
border-color: #BE5A9A;
}
.TagClassName
{
border-color: #BE5A9A;
}
</style>