Shades of Mulberry #BE4098
Tints of Mulberry #BE4098
RGB
CMYK
RGB Variations
Color information
#BE4098 (or 0xBE4098) is known color: Mulberry. HEX triplet: BE, 40 and 98. RGB value is (190,64,152). Sum of RGB (Red+Green+Blue) = 190+64+152=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4098 is #41BF67. Grayscale: #6F6F6F. Windows color (decimal): -4308840 or 9978046. OLE color: 9978046.
HSL color Cylindrical-coordinate representation of color #BE4098: hue angle of 318.1º 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 #BE4098 is Cyan = 0, Magento = 0.66, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 152 | - |
| CMYK | 0 | 0.66 | 0.2 | 0.25 |
| HSL | 318.1º | 0.5% | 0.5% | - |
| HSV(B) | 318.1º | 0.66% | 0.75% | - |
| XYZ | 28.74 | 16.88 | 31.45 | - |
| YUV | 111.71 | 150.74 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 152 | 0 | 0.66 | 0.2 | 0.25 | 318.1 | 0.5 | 0.5 |
| Hex | BE | 40 | 98 | 0 | 42 | 14 | 19 | 13E | 32 | 32 |
| Octal | 276 | 100 | 230 | 0 | 102 | 24 | 31 | 476 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10011000 | 0 | 1000010 | 10100 | 11001 | 100111110 | 110010 | 110010 |
Color Harmonies of #BE4098
Complementary color
Monochromatic Colors of #BE4098
Black with #BE4098
Text Example
Text Example
White with #BE4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4098; }
p { color: rgb(190,64,152); }
H1.HeaderClassName
{
color: #BE4098;
}
.AnyTagClassName
{
color: #BE4098;
}
</style>
background-color css
<style>
a { background-color: #BE4098; }
a { background-color: rgb(190,64,152); }
div.DivClassName
{
background-color: #BE4098;
}
.BgClassName
{
background-color: #BE4098;
}
</style>
border-color css
<style>
span { border-color: #BE4098; }
span { border-color: rgb(190,64,152); }
td.TdClassName
{
border-color: #BE4098;
}
.TagClassName
{
border-color: #BE4098;
}
</style>