Shades of Mulberry #BE4097
Tints of Mulberry #BE4097
RGB
CMYK
RGB Variations
Color information
#BE4097 (or 0xBE4097) is known color: Mulberry. HEX triplet: BE, 40 and 97. RGB value is (190,64,151). Sum of RGB (Red+Green+Blue) = 190+64+151=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4097 is #41BF68. Grayscale: #6F6F6F. Windows color (decimal): -4308841 or 9912510. OLE color: 9912510.
HSL color Cylindrical-coordinate representation of color #BE4097: hue angle of 318.57º degrees, saturation: 0.5, 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 #BE4097 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 151 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.25 |
| HSL | 318.57º | 0.5% | 0.5% | - |
| HSV(B) | 318.57º | 0.66% | 0.75% | - |
| XYZ | 28.65 | 16.85 | 31.02 | - |
| YUV | 111.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 151 | 0 | 0.66 | 0.21 | 0.25 | 318.57 | 0.5 | 0.5 |
| Hex | BE | 40 | 97 | 0 | 42 | 15 | 19 | 13F | 32 | 32 |
| Octal | 276 | 100 | 227 | 0 | 102 | 25 | 31 | 477 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10010111 | 0 | 1000010 | 10101 | 11001 | 100111111 | 110010 | 110010 |
Color Harmonies of #BE4097
Complementary color
Monochromatic Colors of #BE4097
Black with #BE4097
Text Example
Text Example
White with #BE4097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4097; }
p { color: rgb(190,64,151); }
H1.HeaderClassName
{
color: #BE4097;
}
.AnyTagClassName
{
color: #BE4097;
}
</style>
background-color css
<style>
a { background-color: #BE4097; }
a { background-color: rgb(190,64,151); }
div.DivClassName
{
background-color: #BE4097;
}
.BgClassName
{
background-color: #BE4097;
}
</style>
border-color css
<style>
span { border-color: #BE4097; }
span { border-color: rgb(190,64,151); }
td.TdClassName
{
border-color: #BE4097;
}
.TagClassName
{
border-color: #BE4097;
}
</style>