Shades of Mulberry #BE4187
Tints of Mulberry #BE4187
RGB
CMYK
RGB Variations
Color information
#BE4187 (or 0xBE4187) is known color: Mulberry. HEX triplet: BE, 41 and 87. RGB value is (190,65,135). Sum of RGB (Red+Green+Blue) = 190+65+135=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4187 is #41BE78. Grayscale: #6E6E6E. Windows color (decimal): -4308601 or 8864190. OLE color: 8864190.
HSL color Cylindrical-coordinate representation of color #BE4187: hue angle of 326.4º 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 #BE4187 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 135 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.25 |
| HSL | 326.4º | 0.49% | 0.5% | - |
| HSV(B) | 326.4º | 0.66% | 0.75% | - |
| XYZ | 27.5 | 16.48 | 24.65 | - |
| YUV | 110.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 135 | 0 | 0.66 | 0.29 | 0.25 | 326.4 | 0.49 | 0.5 |
| Hex | BE | 41 | 87 | 0 | 42 | 1D | 19 | 146 | 31 | 32 |
| Octal | 276 | 101 | 207 | 0 | 102 | 35 | 31 | 506 | 61 | 62 |
| Binary | 10111110 | 1000001 | 10000111 | 0 | 1000010 | 11101 | 11001 | 101000110 | 110001 | 110010 |
Color Harmonies of #BE4187
Complementary color
Monochromatic Colors of #BE4187
Black with #BE4187
Text Example
Text Example
White with #BE4187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4187; }
p { color: rgb(190,65,135); }
H1.HeaderClassName
{
color: #BE4187;
}
.AnyTagClassName
{
color: #BE4187;
}
</style>
background-color css
<style>
a { background-color: #BE4187; }
a { background-color: rgb(190,65,135); }
div.DivClassName
{
background-color: #BE4187;
}
.BgClassName
{
background-color: #BE4187;
}
</style>
border-color css
<style>
span { border-color: #BE4187; }
span { border-color: rgb(190,65,135); }
td.TdClassName
{
border-color: #BE4187;
}
.TagClassName
{
border-color: #BE4187;
}
</style>