Shades of Mulberry #BE4A99
Tints of Mulberry #BE4A99
RGB
CMYK
RGB Variations
Color information
#BE4A99 (or 0xBE4A99) is known color: Mulberry. HEX triplet: BE, 4A and 99. RGB value is (190,74,153). Sum of RGB (Red+Green+Blue) = 190+74+153=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4A99 is #41B566. Grayscale: #757575. Windows color (decimal): -4306279 or 10046142. OLE color: 10046142.
HSL color Cylindrical-coordinate representation of color #BE4A99: hue angle of 319.14º 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 #BE4A99 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 153 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.25 |
| HSL | 319.14º | 0.47% | 0.52% | - |
| HSV(B) | 319.14º | 0.61% | 0.75% | - |
| XYZ | 29.43 | 18.14 | 32.09 | - |
| YUV | 117.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 153 | 0 | 0.61 | 0.19 | 0.25 | 319.14 | 0.47 | 0.52 |
| Hex | BE | 4A | 99 | 0 | 3D | 13 | 19 | 13F | 2F | 34 |
| Octal | 276 | 112 | 231 | 0 | 75 | 23 | 31 | 477 | 57 | 64 |
| Binary | 10111110 | 1001010 | 10011001 | 0 | 111101 | 10011 | 11001 | 100111111 | 101111 | 110100 |
Color Harmonies of #BE4A99
Complementary color
Monochromatic Colors of #BE4A99
Black with #BE4A99
Text Example
Text Example
White with #BE4A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A99; }
p { color: rgb(190,74,153); }
H1.HeaderClassName
{
color: #BE4A99;
}
.AnyTagClassName
{
color: #BE4A99;
}
</style>
background-color css
<style>
a { background-color: #BE4A99; }
a { background-color: rgb(190,74,153); }
div.DivClassName
{
background-color: #BE4A99;
}
.BgClassName
{
background-color: #BE4A99;
}
</style>
border-color css
<style>
span { border-color: #BE4A99; }
span { border-color: rgb(190,74,153); }
td.TdClassName
{
border-color: #BE4A99;
}
.TagClassName
{
border-color: #BE4A99;
}
</style>