Shades of Mulberry #BE4188
Tints of Mulberry #BE4188
RGB
CMYK
RGB Variations
Color information
#BE4188 (or 0xBE4188) is known color: Mulberry. HEX triplet: BE, 41 and 88. RGB value is (190,65,136). Sum of RGB (Red+Green+Blue) = 190+65+136=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4188 is #41BE77. Grayscale: #6E6E6E. Windows color (decimal): -4308600 or 8929726. OLE color: 8929726.
HSL color Cylindrical-coordinate representation of color #BE4188: hue angle of 325.92º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4188 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 136 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.25 |
| HSL | 325.92º | 0.49% | 0.5% | - |
| HSV(B) | 325.92º | 0.66% | 0.75% | - |
| XYZ | 27.57 | 16.51 | 25.03 | - |
| YUV | 110.47 | 142.41 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 136 | 0 | 0.66 | 0.28 | 0.25 | 325.92 | 0.49 | 0.5 |
| Hex | BE | 41 | 88 | 0 | 42 | 1C | 19 | 146 | 31 | 32 |
| Octal | 276 | 101 | 210 | 0 | 102 | 34 | 31 | 506 | 61 | 62 |
| Binary | 10111110 | 1000001 | 10001000 | 0 | 1000010 | 11100 | 11001 | 101000110 | 110001 | 110010 |
Color Harmonies of #BE4188
Complementary color
Monochromatic Colors of #BE4188
Black with #BE4188
Text Example
Text Example
White with #BE4188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4188; }
p { color: rgb(190,65,136); }
H1.HeaderClassName
{
color: #BE4188;
}
.AnyTagClassName
{
color: #BE4188;
}
</style>
background-color css
<style>
a { background-color: #BE4188; }
a { background-color: rgb(190,65,136); }
div.DivClassName
{
background-color: #BE4188;
}
.BgClassName
{
background-color: #BE4188;
}
</style>
border-color css
<style>
span { border-color: #BE4188; }
span { border-color: rgb(190,65,136); }
td.TdClassName
{
border-color: #BE4188;
}
.TagClassName
{
border-color: #BE4188;
}
</style>