Shades of Mulberry #BE598B
Tints of Mulberry #BE598B
RGB
CMYK
RGB Variations
Color information
#BE598B (or 0xBE598B) is known color: Mulberry. HEX triplet: BE, 59 and 8B. RGB value is (190,89,139). Sum of RGB (Red+Green+Blue) = 190+89+139=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE598B is #41A674. Grayscale: #7C7C7C. Windows color (decimal): -4302453 or 9132478. OLE color: 9132478.
HSL color Cylindrical-coordinate representation of color #BE598B: hue angle of 330.3º degrees, saturation: 0.44, 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 #BE598B is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 89 | 139 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.25 |
| HSL | 330.3º | 0.44% | 0.55% | - |
| HSV(B) | 330.3º | 0.53% | 0.75% | - |
| XYZ | 29.47 | 19.96 | 26.72 | - |
| YUV | 124.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 139 | 0 | 0.53 | 0.27 | 0.25 | 330.3 | 0.44 | 0.55 |
| Hex | BE | 59 | 8B | 0 | 35 | 1B | 19 | 14A | 2C | 37 |
| Octal | 276 | 131 | 213 | 0 | 65 | 33 | 31 | 512 | 54 | 67 |
| Binary | 10111110 | 1011001 | 10001011 | 0 | 110101 | 11011 | 11001 | 101001010 | 101100 | 110111 |
Color Harmonies of #BE598B
Complementary color
Monochromatic Colors of #BE598B
Black with #BE598B
Text Example
Text Example
White with #BE598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE598B; }
p { color: rgb(190,89,139); }
H1.HeaderClassName
{
color: #BE598B;
}
.AnyTagClassName
{
color: #BE598B;
}
</style>
background-color css
<style>
a { background-color: #BE598B; }
a { background-color: rgb(190,89,139); }
div.DivClassName
{
background-color: #BE598B;
}
.BgClassName
{
background-color: #BE598B;
}
</style>
border-color css
<style>
span { border-color: #BE598B; }
span { border-color: rgb(190,89,139); }
td.TdClassName
{
border-color: #BE598B;
}
.TagClassName
{
border-color: #BE598B;
}
</style>