Shades of Mulberry #BE5A8A
Tints of Mulberry #BE5A8A
RGB
CMYK
RGB Variations
Color information
#BE5A8A (or 0xBE5A8A) is known color: Mulberry. HEX triplet: BE, 5A and 8A. RGB value is (190,90,138). Sum of RGB (Red+Green+Blue) = 190+90+138=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5A8A is #41A575. Grayscale: #7D7D7D. Windows color (decimal): -4302198 or 9067198. OLE color: 9067198.
HSL color Cylindrical-coordinate representation of color #BE5A8A: hue angle of 331.2º 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 #BE5A8A is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 138 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.25 |
| HSL | 331.2º | 0.43% | 0.55% | - |
| HSV(B) | 331.2º | 0.53% | 0.75% | - |
| XYZ | 29.48 | 20.09 | 26.37 | - |
| YUV | 125.37 | 135.13 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 138 | 0 | 0.53 | 0.27 | 0.25 | 331.2 | 0.43 | 0.55 |
| Hex | BE | 5A | 8A | 0 | 35 | 1B | 19 | 14B | 2B | 37 |
| Octal | 276 | 132 | 212 | 0 | 65 | 33 | 31 | 513 | 53 | 67 |
| Binary | 10111110 | 1011010 | 10001010 | 0 | 110101 | 11011 | 11001 | 101001011 | 101011 | 110111 |
Color Harmonies of #BE5A8A
Complementary color
Monochromatic Colors of #BE5A8A
Black with #BE5A8A
Text Example
Text Example
White with #BE5A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A8A; }
p { color: rgb(190,90,138); }
H1.HeaderClassName
{
color: #BE5A8A;
}
.AnyTagClassName
{
color: #BE5A8A;
}
</style>
background-color css
<style>
a { background-color: #BE5A8A; }
a { background-color: rgb(190,90,138); }
div.DivClassName
{
background-color: #BE5A8A;
}
.BgClassName
{
background-color: #BE5A8A;
}
</style>
border-color css
<style>
span { border-color: #BE5A8A; }
span { border-color: rgb(190,90,138); }
td.TdClassName
{
border-color: #BE5A8A;
}
.TagClassName
{
border-color: #BE5A8A;
}
</style>