Shades of Mulberry #BE4B8E
Tints of Mulberry #BE4B8E
RGB
CMYK
RGB Variations
Color information
#BE4B8E (or 0xBE4B8E) is known color: Mulberry. HEX triplet: BE, 4B and 8E. RGB value is (190,75,142). Sum of RGB (Red+Green+Blue) = 190+75+142=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4B8E is #41B471. Grayscale: #747474. Windows color (decimal): -4306034 or 9325502. OLE color: 9325502.
HSL color Cylindrical-coordinate representation of color #BE4B8E: hue angle of 325.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4B8E is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 75 | 142 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.25 |
| HSL | 325.04º | 0.47% | 0.52% | - |
| HSV(B) | 325.04º | 0.61% | 0.75% | - |
| XYZ | 28.63 | 17.93 | 27.54 | - |
| YUV | 117.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 142 | 0 | 0.61 | 0.25 | 0.25 | 325.04 | 0.47 | 0.52 |
| Hex | BE | 4B | 8E | 0 | 3D | 19 | 19 | 145 | 2F | 34 |
| Octal | 276 | 113 | 216 | 0 | 75 | 31 | 31 | 505 | 57 | 64 |
| Binary | 10111110 | 1001011 | 10001110 | 0 | 111101 | 11001 | 11001 | 101000101 | 101111 | 110100 |
Color Harmonies of #BE4B8E
Complementary color
Monochromatic Colors of #BE4B8E
Black with #BE4B8E
Text Example
Text Example
White with #BE4B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4B8E; }
p { color: rgb(190,75,142); }
H1.HeaderClassName
{
color: #BE4B8E;
}
.AnyTagClassName
{
color: #BE4B8E;
}
</style>
background-color css
<style>
a { background-color: #BE4B8E; }
a { background-color: rgb(190,75,142); }
div.DivClassName
{
background-color: #BE4B8E;
}
.BgClassName
{
background-color: #BE4B8E;
}
</style>
border-color css
<style>
span { border-color: #BE4B8E; }
span { border-color: rgb(190,75,142); }
td.TdClassName
{
border-color: #BE4B8E;
}
.TagClassName
{
border-color: #BE4B8E;
}
</style>