Shades of Mulberry #BE4194
Tints of Mulberry #BE4194
RGB
CMYK
RGB Variations
Color information
#BE4194 (or 0xBE4194) is known color: Mulberry. HEX triplet: BE, 41 and 94. RGB value is (190,65,148). Sum of RGB (Red+Green+Blue) = 190+65+148=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4194 is #41BE6B. Grayscale: #6F6F6F. Windows color (decimal): -4308588 or 9716158. OLE color: 9716158.
HSL color Cylindrical-coordinate representation of color #BE4194: hue angle of 320.16º degrees, saturation: 0.49, 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 #BE4194 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 148 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.25 |
| HSL | 320.16º | 0.49% | 0.5% | - |
| HSV(B) | 320.16º | 0.66% | 0.75% | - |
| XYZ | 28.47 | 16.87 | 29.77 | - |
| YUV | 111.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 148 | 0 | 0.66 | 0.22 | 0.25 | 320.16 | 0.49 | 0.5 |
| Hex | BE | 41 | 94 | 0 | 42 | 16 | 19 | 140 | 31 | 32 |
| Octal | 276 | 101 | 224 | 0 | 102 | 26 | 31 | 500 | 61 | 62 |
| Binary | 10111110 | 1000001 | 10010100 | 0 | 1000010 | 10110 | 11001 | 101000000 | 110001 | 110010 |
Color Harmonies of #BE4194
Complementary color
Monochromatic Colors of #BE4194
Black with #BE4194
Text Example
Text Example
White with #BE4194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4194; }
p { color: rgb(190,65,148); }
H1.HeaderClassName
{
color: #BE4194;
}
.AnyTagClassName
{
color: #BE4194;
}
</style>
background-color css
<style>
a { background-color: #BE4194; }
a { background-color: rgb(190,65,148); }
div.DivClassName
{
background-color: #BE4194;
}
.BgClassName
{
background-color: #BE4194;
}
</style>
border-color css
<style>
span { border-color: #BE4194; }
span { border-color: rgb(190,65,148); }
td.TdClassName
{
border-color: #BE4194;
}
.TagClassName
{
border-color: #BE4194;
}
</style>