Shades of Mulberry #BE4192
Tints of Mulberry #BE4192
RGB
CMYK
RGB Variations
Color information
#BE4192 (or 0xBE4192) is known color: Mulberry. HEX triplet: BE, 41 and 92. RGB value is (190,65,146). Sum of RGB (Red+Green+Blue) = 190+65+146=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4192 is #41BE6D. Grayscale: #6F6F6F. Windows color (decimal): -4308590 or 9585086. OLE color: 9585086.
HSL color Cylindrical-coordinate representation of color #BE4192: hue angle of 321.12º 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 #BE4192 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 146 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.25 |
| HSL | 321.12º | 0.49% | 0.5% | - |
| HSV(B) | 321.12º | 0.66% | 0.75% | - |
| XYZ | 28.31 | 16.8 | 28.95 | - |
| YUV | 111.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 146 | 0 | 0.66 | 0.23 | 0.25 | 321.12 | 0.49 | 0.5 |
| Hex | BE | 41 | 92 | 0 | 42 | 17 | 19 | 141 | 31 | 32 |
| Octal | 276 | 101 | 222 | 0 | 102 | 27 | 31 | 501 | 61 | 62 |
| Binary | 10111110 | 1000001 | 10010010 | 0 | 1000010 | 10111 | 11001 | 101000001 | 110001 | 110010 |
Color Harmonies of #BE4192
Complementary color
Monochromatic Colors of #BE4192
Black with #BE4192
Text Example
Text Example
White with #BE4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4192; }
p { color: rgb(190,65,146); }
H1.HeaderClassName
{
color: #BE4192;
}
.AnyTagClassName
{
color: #BE4192;
}
</style>
background-color css
<style>
a { background-color: #BE4192; }
a { background-color: rgb(190,65,146); }
div.DivClassName
{
background-color: #BE4192;
}
.BgClassName
{
background-color: #BE4192;
}
</style>
border-color css
<style>
span { border-color: #BE4192; }
span { border-color: rgb(190,65,146); }
td.TdClassName
{
border-color: #BE4192;
}
.TagClassName
{
border-color: #BE4192;
}
</style>