Shades of Mulberry #BE558A
Tints of Mulberry #BE558A
RGB
CMYK
RGB Variations
Color information
#BE558A (or 0xBE558A) is known color: Mulberry. HEX triplet: BE, 55 and 8A. RGB value is (190,85,138). Sum of RGB (Red+Green+Blue) = 190+85+138=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE558A is #41AA75. Grayscale: #7A7A7A. Windows color (decimal): -4303478 or 9065918. OLE color: 9065918.
HSL color Cylindrical-coordinate representation of color #BE558A: hue angle of 329.71º 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 #BE558A is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 138 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.25 |
| HSL | 329.71º | 0.45% | 0.54% | - |
| HSV(B) | 329.71º | 0.55% | 0.75% | - |
| XYZ | 29.07 | 19.28 | 26.23 | - |
| YUV | 122.44 | 136.79 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 138 | 0 | 0.55 | 0.27 | 0.25 | 329.71 | 0.45 | 0.54 |
| Hex | BE | 55 | 8A | 0 | 37 | 1B | 19 | 14A | 2D | 36 |
| Octal | 276 | 125 | 212 | 0 | 67 | 33 | 31 | 512 | 55 | 66 |
| Binary | 10111110 | 1010101 | 10001010 | 0 | 110111 | 11011 | 11001 | 101001010 | 101101 | 110110 |
Color Harmonies of #BE558A
Complementary color
Monochromatic Colors of #BE558A
Black with #BE558A
Text Example
Text Example
White with #BE558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE558A; }
p { color: rgb(190,85,138); }
H1.HeaderClassName
{
color: #BE558A;
}
.AnyTagClassName
{
color: #BE558A;
}
</style>
background-color css
<style>
a { background-color: #BE558A; }
a { background-color: rgb(190,85,138); }
div.DivClassName
{
background-color: #BE558A;
}
.BgClassName
{
background-color: #BE558A;
}
</style>
border-color css
<style>
span { border-color: #BE558A; }
span { border-color: rgb(190,85,138); }
td.TdClassName
{
border-color: #BE558A;
}
.TagClassName
{
border-color: #BE558A;
}
</style>