Shades of Mulberry #BE5A9C
Tints of Mulberry #BE5A9C
RGB
CMYK
RGB Variations
Color information
#BE5A9C (or 0xBE5A9C) is known color: Mulberry. HEX triplet: BE, 5A and 9C. RGB value is (190,90,156). Sum of RGB (Red+Green+Blue) = 190+90+156=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5A9C is #41A563. Grayscale: #7F7F7F. Windows color (decimal): -4302180 or 10246846. OLE color: 10246846.
HSL color Cylindrical-coordinate representation of color #BE5A9C: hue angle of 320.4º 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 #BE5A9C is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 156 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.25 |
| HSL | 320.4º | 0.43% | 0.55% | - |
| HSV(B) | 320.4º | 0.53% | 0.75% | - |
| XYZ | 30.89 | 20.66 | 33.81 | - |
| YUV | 127.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 156 | 0 | 0.53 | 0.18 | 0.25 | 320.4 | 0.43 | 0.55 |
| Hex | BE | 5A | 9C | 0 | 35 | 12 | 19 | 140 | 2B | 37 |
| Octal | 276 | 132 | 234 | 0 | 65 | 22 | 31 | 500 | 53 | 67 |
| Binary | 10111110 | 1011010 | 10011100 | 0 | 110101 | 10010 | 11001 | 101000000 | 101011 | 110111 |
Color Harmonies of #BE5A9C
Complementary color
Monochromatic Colors of #BE5A9C
Black with #BE5A9C
Text Example
Text Example
White with #BE5A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A9C; }
p { color: rgb(190,90,156); }
H1.HeaderClassName
{
color: #BE5A9C;
}
.AnyTagClassName
{
color: #BE5A9C;
}
</style>
background-color css
<style>
a { background-color: #BE5A9C; }
a { background-color: rgb(190,90,156); }
div.DivClassName
{
background-color: #BE5A9C;
}
.BgClassName
{
background-color: #BE5A9C;
}
</style>
border-color css
<style>
span { border-color: #BE5A9C; }
span { border-color: rgb(190,90,156); }
td.TdClassName
{
border-color: #BE5A9C;
}
.TagClassName
{
border-color: #BE5A9C;
}
</style>