Shades of Mulberry #BE4294
Tints of Mulberry #BE4294
RGB
CMYK
RGB Variations
Color information
#BE4294 (or 0xBE4294) is known color: Mulberry. HEX triplet: BE, 42 and 94. RGB value is (190,66,148). Sum of RGB (Red+Green+Blue) = 190+66+148=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4294 is #41BD6B. Grayscale: #707070. Windows color (decimal): -4308332 or 9716414. OLE color: 9716414.
HSL color Cylindrical-coordinate representation of color #BE4294: hue angle of 320.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4294 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 66 | 148 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.25 |
| HSL | 320.32º | 0.49% | 0.5% | - |
| HSV(B) | 320.32º | 0.65% | 0.75% | - |
| XYZ | 28.53 | 16.98 | 29.79 | - |
| YUV | 112.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 148 | 0 | 0.65 | 0.22 | 0.25 | 320.32 | 0.49 | 0.5 |
| Hex | BE | 42 | 94 | 0 | 41 | 16 | 19 | 140 | 31 | 32 |
| Octal | 276 | 102 | 224 | 0 | 101 | 26 | 31 | 500 | 61 | 62 |
| Binary | 10111110 | 1000010 | 10010100 | 0 | 1000001 | 10110 | 11001 | 101000000 | 110001 | 110010 |
Color Harmonies of #BE4294
Complementary color
Monochromatic Colors of #BE4294
Black with #BE4294
Text Example
Text Example
White with #BE4294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4294; }
p { color: rgb(190,66,148); }
H1.HeaderClassName
{
color: #BE4294;
}
.AnyTagClassName
{
color: #BE4294;
}
</style>
background-color css
<style>
a { background-color: #BE4294; }
a { background-color: rgb(190,66,148); }
div.DivClassName
{
background-color: #BE4294;
}
.BgClassName
{
background-color: #BE4294;
}
</style>
border-color css
<style>
span { border-color: #BE4294; }
span { border-color: rgb(190,66,148); }
td.TdClassName
{
border-color: #BE4294;
}
.TagClassName
{
border-color: #BE4294;
}
</style>