Shades of Mulberry #BE538C
Tints of Mulberry #BE538C
RGB
CMYK
RGB Variations
Color information
#BE538C (or 0xBE538C) is known color: Mulberry. HEX triplet: BE, 53 and 8C. RGB value is (190,83,140). Sum of RGB (Red+Green+Blue) = 190+83+140=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE538C is #41AC73. Grayscale: #797979. Windows color (decimal): -4303988 or 9196478. OLE color: 9196478.
HSL color Cylindrical-coordinate representation of color #BE538C: hue angle of 328.04º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE538C is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 83 | 140 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.25 |
| HSL | 328.04º | 0.45% | 0.54% | - |
| HSV(B) | 328.04º | 0.56% | 0.75% | - |
| XYZ | 29.06 | 19.03 | 26.95 | - |
| YUV | 121.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 140 | 0 | 0.56 | 0.26 | 0.25 | 328.04 | 0.45 | 0.54 |
| Hex | BE | 53 | 8C | 0 | 38 | 1A | 19 | 148 | 2D | 36 |
| Octal | 276 | 123 | 214 | 0 | 70 | 32 | 31 | 510 | 55 | 66 |
| Binary | 10111110 | 1010011 | 10001100 | 0 | 111000 | 11010 | 11001 | 101001000 | 101101 | 110110 |
Color Harmonies of #BE538C
Complementary color
Monochromatic Colors of #BE538C
Black with #BE538C
Text Example
Text Example
White with #BE538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE538C; }
p { color: rgb(190,83,140); }
H1.HeaderClassName
{
color: #BE538C;
}
.AnyTagClassName
{
color: #BE538C;
}
</style>
background-color css
<style>
a { background-color: #BE538C; }
a { background-color: rgb(190,83,140); }
div.DivClassName
{
background-color: #BE538C;
}
.BgClassName
{
background-color: #BE538C;
}
</style>
border-color css
<style>
span { border-color: #BE538C; }
span { border-color: rgb(190,83,140); }
td.TdClassName
{
border-color: #BE538C;
}
.TagClassName
{
border-color: #BE538C;
}
</style>