Shades of Mulberry #BE5A8E
Tints of Mulberry #BE5A8E
RGB
CMYK
RGB Variations
Color information
#BE5A8E (or 0xBE5A8E) is known color: Mulberry. HEX triplet: BE, 5A and 8E. RGB value is (190,90,142). Sum of RGB (Red+Green+Blue) = 190+90+142=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5A8E is #41A571. Grayscale: #7D7D7D. Windows color (decimal): -4302194 or 9329342. OLE color: 9329342.
HSL color Cylindrical-coordinate representation of color #BE5A8E: hue angle of 328.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 #BE5A8E is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 142 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.25 |
| HSL | 328.8º | 0.43% | 0.55% | - |
| HSV(B) | 328.8º | 0.53% | 0.75% | - |
| XYZ | 29.77 | 20.21 | 27.92 | - |
| YUV | 125.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 142 | 0 | 0.53 | 0.25 | 0.25 | 328.8 | 0.43 | 0.55 |
| Hex | BE | 5A | 8E | 0 | 35 | 19 | 19 | 149 | 2B | 37 |
| Octal | 276 | 132 | 216 | 0 | 65 | 31 | 31 | 511 | 53 | 67 |
| Binary | 10111110 | 1011010 | 10001110 | 0 | 110101 | 11001 | 11001 | 101001001 | 101011 | 110111 |
Color Harmonies of #BE5A8E
Complementary color
Monochromatic Colors of #BE5A8E
Black with #BE5A8E
Text Example
Text Example
White with #BE5A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A8E; }
p { color: rgb(190,90,142); }
H1.HeaderClassName
{
color: #BE5A8E;
}
.AnyTagClassName
{
color: #BE5A8E;
}
</style>
background-color css
<style>
a { background-color: #BE5A8E; }
a { background-color: rgb(190,90,142); }
div.DivClassName
{
background-color: #BE5A8E;
}
.BgClassName
{
background-color: #BE5A8E;
}
</style>
border-color css
<style>
span { border-color: #BE5A8E; }
span { border-color: rgb(190,90,142); }
td.TdClassName
{
border-color: #BE5A8E;
}
.TagClassName
{
border-color: #BE5A8E;
}
</style>