Shades of Mulberry #BE5C9A
Tints of Mulberry #BE5C9A
RGB
CMYK
RGB Variations
Color information
#BE5C9A (or 0xBE5C9A) is known color: Mulberry. HEX triplet: BE, 5C and 9A. RGB value is (190,92,154). Sum of RGB (Red+Green+Blue) = 190+92+154=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5C9A is #41A365. Grayscale: #808080. Windows color (decimal): -4301670 or 10116286. OLE color: 10116286.
HSL color Cylindrical-coordinate representation of color #BE5C9A: hue angle of 322.04º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5C9A is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 92 | 154 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.25 |
| HSL | 322.04º | 0.43% | 0.55% | - |
| HSV(B) | 322.04º | 0.52% | 0.75% | - |
| XYZ | 30.9 | 20.93 | 32.98 | - |
| YUV | 128.37 | 142.47 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 154 | 0 | 0.52 | 0.19 | 0.25 | 322.04 | 0.43 | 0.55 |
| Hex | BE | 5C | 9A | 0 | 34 | 13 | 19 | 142 | 2B | 37 |
| Octal | 276 | 134 | 232 | 0 | 64 | 23 | 31 | 502 | 53 | 67 |
| Binary | 10111110 | 1011100 | 10011010 | 0 | 110100 | 10011 | 11001 | 101000010 | 101011 | 110111 |
Color Harmonies of #BE5C9A
Complementary color
Monochromatic Colors of #BE5C9A
Black with #BE5C9A
Text Example
Text Example
White with #BE5C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5C9A; }
p { color: rgb(190,92,154); }
H1.HeaderClassName
{
color: #BE5C9A;
}
.AnyTagClassName
{
color: #BE5C9A;
}
</style>
background-color css
<style>
a { background-color: #BE5C9A; }
a { background-color: rgb(190,92,154); }
div.DivClassName
{
background-color: #BE5C9A;
}
.BgClassName
{
background-color: #BE5C9A;
}
</style>
border-color css
<style>
span { border-color: #BE5C9A; }
span { border-color: rgb(190,92,154); }
td.TdClassName
{
border-color: #BE5C9A;
}
.TagClassName
{
border-color: #BE5C9A;
}
</style>