Shades of Mulberry #BE408C
Tints of Mulberry #BE408C
RGB
CMYK
RGB Variations
Color information
#BE408C (or 0xBE408C) is known color: Mulberry. HEX triplet: BE, 40 and 8C. RGB value is (190,64,140). Sum of RGB (Red+Green+Blue) = 190+64+140=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE408C is #41BF73. Grayscale: #6E6E6E. Windows color (decimal): -4308852 or 9191614. OLE color: 9191614.
HSL color Cylindrical-coordinate representation of color #BE408C: hue angle of 323.81º 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 #BE408C is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 140 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.25 |
| HSL | 323.81º | 0.5% | 0.5% | - |
| HSV(B) | 323.81º | 0.66% | 0.75% | - |
| XYZ | 27.8 | 16.51 | 26.53 | - |
| YUV | 110.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 140 | 0 | 0.66 | 0.26 | 0.25 | 323.81 | 0.5 | 0.5 |
| Hex | BE | 40 | 8C | 0 | 42 | 1A | 19 | 144 | 32 | 32 |
| Octal | 276 | 100 | 214 | 0 | 102 | 32 | 31 | 504 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10001100 | 0 | 1000010 | 11010 | 11001 | 101000100 | 110010 | 110010 |
Color Harmonies of #BE408C
Complementary color
Monochromatic Colors of #BE408C
Black with #BE408C
Text Example
Text Example
White with #BE408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE408C; }
p { color: rgb(190,64,140); }
H1.HeaderClassName
{
color: #BE408C;
}
.AnyTagClassName
{
color: #BE408C;
}
</style>
background-color css
<style>
a { background-color: #BE408C; }
a { background-color: rgb(190,64,140); }
div.DivClassName
{
background-color: #BE408C;
}
.BgClassName
{
background-color: #BE408C;
}
</style>
border-color css
<style>
span { border-color: #BE408C; }
span { border-color: rgb(190,64,140); }
td.TdClassName
{
border-color: #BE408C;
}
.TagClassName
{
border-color: #BE408C;
}
</style>