Shades of Mulberry #BE4A9F
Tints of Mulberry #BE4A9F
RGB
CMYK
RGB Variations
Color information
#BE4A9F (or 0xBE4A9F) is known color: Mulberry. HEX triplet: BE, 4A and 9F. RGB value is (190,74,159). Sum of RGB (Red+Green+Blue) = 190+74+159=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4A9F is #41B560. Grayscale: #767676. Windows color (decimal): -4306273 or 10439358. OLE color: 10439358.
HSL color Cylindrical-coordinate representation of color #BE4A9F: hue angle of 316.03º 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 #BE4A9F is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 159 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.25 |
| HSL | 316.03º | 0.47% | 0.52% | - |
| HSV(B) | 316.03º | 0.61% | 0.75% | - |
| XYZ | 29.94 | 18.35 | 34.76 | - |
| YUV | 118.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 159 | 0 | 0.61 | 0.16 | 0.25 | 316.03 | 0.47 | 0.52 |
| Hex | BE | 4A | 9F | 0 | 3D | 10 | 19 | 13C | 2F | 34 |
| Octal | 276 | 112 | 237 | 0 | 75 | 20 | 31 | 474 | 57 | 64 |
| Binary | 10111110 | 1001010 | 10011111 | 0 | 111101 | 10000 | 11001 | 100111100 | 101111 | 110100 |
Color Harmonies of #BE4A9F
Complementary color
Monochromatic Colors of #BE4A9F
Black with #BE4A9F
Text Example
Text Example
White with #BE4A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A9F; }
p { color: rgb(190,74,159); }
H1.HeaderClassName
{
color: #BE4A9F;
}
.AnyTagClassName
{
color: #BE4A9F;
}
</style>
background-color css
<style>
a { background-color: #BE4A9F; }
a { background-color: rgb(190,74,159); }
div.DivClassName
{
background-color: #BE4A9F;
}
.BgClassName
{
background-color: #BE4A9F;
}
</style>
border-color css
<style>
span { border-color: #BE4A9F; }
span { border-color: rgb(190,74,159); }
td.TdClassName
{
border-color: #BE4A9F;
}
.TagClassName
{
border-color: #BE4A9F;
}
</style>