Shades of Mulberry #BE4598
Tints of Mulberry #BE4598
RGB
CMYK
RGB Variations
Color information
#BE4598 (or 0xBE4598) is known color: Mulberry. HEX triplet: BE, 45 and 98. RGB value is (190,69,152). Sum of RGB (Red+Green+Blue) = 190+69+152=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4598 is #41BA67. Grayscale: #727272. Windows color (decimal): -4307560 or 9979326. OLE color: 9979326.
HSL color Cylindrical-coordinate representation of color #BE4598: hue angle of 318.84º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4598 is Cyan = 0, Magento = 0.64, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 152 | - |
| CMYK | 0 | 0.64 | 0.2 | 0.25 |
| HSL | 318.84º | 0.48% | 0.51% | - |
| HSV(B) | 318.84º | 0.64% | 0.75% | - |
| XYZ | 29.03 | 17.47 | 31.55 | - |
| YUV | 114.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 152 | 0 | 0.64 | 0.2 | 0.25 | 318.84 | 0.48 | 0.51 |
| Hex | BE | 45 | 98 | 0 | 40 | 14 | 19 | 13F | 30 | 33 |
| Octal | 276 | 105 | 230 | 0 | 100 | 24 | 31 | 477 | 60 | 63 |
| Binary | 10111110 | 1000101 | 10011000 | 0 | 1000000 | 10100 | 11001 | 100111111 | 110000 | 110011 |
Color Harmonies of #BE4598
Complementary color
Monochromatic Colors of #BE4598
Black with #BE4598
Text Example
Text Example
White with #BE4598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4598; }
p { color: rgb(190,69,152); }
H1.HeaderClassName
{
color: #BE4598;
}
.AnyTagClassName
{
color: #BE4598;
}
</style>
background-color css
<style>
a { background-color: #BE4598; }
a { background-color: rgb(190,69,152); }
div.DivClassName
{
background-color: #BE4598;
}
.BgClassName
{
background-color: #BE4598;
}
</style>
border-color css
<style>
span { border-color: #BE4598; }
span { border-color: rgb(190,69,152); }
td.TdClassName
{
border-color: #BE4598;
}
.TagClassName
{
border-color: #BE4598;
}
</style>