Shades of Mulberry #BE559A
Tints of Mulberry #BE559A
RGB
CMYK
RGB Variations
Color information
#BE559A (or 0xBE559A) is known color: Mulberry. HEX triplet: BE, 55 and 9A. RGB value is (190,85,154). Sum of RGB (Red+Green+Blue) = 190+85+154=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE559A is #41AA65. Grayscale: #7C7C7C. Windows color (decimal): -4303462 or 10114494. OLE color: 10114494.
HSL color Cylindrical-coordinate representation of color #BE559A: hue angle of 320.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE559A is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 154 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.25 |
| HSL | 320.57º | 0.45% | 0.54% | - |
| HSV(B) | 320.57º | 0.55% | 0.75% | - |
| XYZ | 30.32 | 19.78 | 32.79 | - |
| YUV | 124.26 | 144.79 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 154 | 0 | 0.55 | 0.19 | 0.25 | 320.57 | 0.45 | 0.54 |
| Hex | BE | 55 | 9A | 0 | 37 | 13 | 19 | 141 | 2D | 36 |
| Octal | 276 | 125 | 232 | 0 | 67 | 23 | 31 | 501 | 55 | 66 |
| Binary | 10111110 | 1010101 | 10011010 | 0 | 110111 | 10011 | 11001 | 101000001 | 101101 | 110110 |
Color Harmonies of #BE559A
Complementary color
Monochromatic Colors of #BE559A
Black with #BE559A
Text Example
Text Example
White with #BE559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE559A; }
p { color: rgb(190,85,154); }
H1.HeaderClassName
{
color: #BE559A;
}
.AnyTagClassName
{
color: #BE559A;
}
</style>
background-color css
<style>
a { background-color: #BE559A; }
a { background-color: rgb(190,85,154); }
div.DivClassName
{
background-color: #BE559A;
}
.BgClassName
{
background-color: #BE559A;
}
</style>
border-color css
<style>
span { border-color: #BE559A; }
span { border-color: rgb(190,85,154); }
td.TdClassName
{
border-color: #BE559A;
}
.TagClassName
{
border-color: #BE559A;
}
</style>