Shades of Mulberry #BE539B
Tints of Mulberry #BE539B
RGB
CMYK
RGB Variations
Color information
#BE539B (or 0xBE539B) is known color: Mulberry. HEX triplet: BE, 53 and 9B. RGB value is (190,83,155). Sum of RGB (Red+Green+Blue) = 190+83+155=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE539B is #41AC64. Grayscale: #7B7B7B. Windows color (decimal): -4303973 or 10179518. OLE color: 10179518.
HSL color Cylindrical-coordinate representation of color #BE539B: hue angle of 319.63º 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 #BE539B is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 83 | 155 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.25 |
| HSL | 319.63º | 0.45% | 0.54% | - |
| HSV(B) | 319.63º | 0.56% | 0.75% | - |
| XYZ | 30.24 | 19.5 | 33.18 | - |
| YUV | 123.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 155 | 0 | 0.56 | 0.18 | 0.25 | 319.63 | 0.45 | 0.54 |
| Hex | BE | 53 | 9B | 0 | 38 | 12 | 19 | 140 | 2D | 36 |
| Octal | 276 | 123 | 233 | 0 | 70 | 22 | 31 | 500 | 55 | 66 |
| Binary | 10111110 | 1010011 | 10011011 | 0 | 111000 | 10010 | 11001 | 101000000 | 101101 | 110110 |
Color Harmonies of #BE539B
Complementary color
Monochromatic Colors of #BE539B
Black with #BE539B
Text Example
Text Example
White with #BE539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE539B; }
p { color: rgb(190,83,155); }
H1.HeaderClassName
{
color: #BE539B;
}
.AnyTagClassName
{
color: #BE539B;
}
</style>
background-color css
<style>
a { background-color: #BE539B; }
a { background-color: rgb(190,83,155); }
div.DivClassName
{
background-color: #BE539B;
}
.BgClassName
{
background-color: #BE539B;
}
</style>
border-color css
<style>
span { border-color: #BE539B; }
span { border-color: rgb(190,83,155); }
td.TdClassName
{
border-color: #BE539B;
}
.TagClassName
{
border-color: #BE539B;
}
</style>