Shades of Mulberry #BE409D
Tints of Mulberry #BE409D
RGB
CMYK
RGB Variations
Color information
#BE409D (or 0xBE409D) is known color: Mulberry. HEX triplet: BE, 40 and 9D. RGB value is (190,64,157). Sum of RGB (Red+Green+Blue) = 190+64+157=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE409D is #41BF62. Grayscale: #707070. Windows color (decimal): -4308835 or 10305726. OLE color: 10305726.
HSL color Cylindrical-coordinate representation of color #BE409D: hue angle of 315.71º 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 #BE409D is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 157 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.25 |
| HSL | 315.71º | 0.5% | 0.5% | - |
| HSV(B) | 315.71º | 0.66% | 0.75% | - |
| XYZ | 29.15 | 17.05 | 33.65 | - |
| YUV | 112.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 157 | 0 | 0.66 | 0.17 | 0.25 | 315.71 | 0.5 | 0.5 |
| Hex | BE | 40 | 9D | 0 | 42 | 11 | 19 | 13C | 32 | 32 |
| Octal | 276 | 100 | 235 | 0 | 102 | 21 | 31 | 474 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10011101 | 0 | 1000010 | 10001 | 11001 | 100111100 | 110010 | 110010 |
Color Harmonies of #BE409D
Complementary color
Monochromatic Colors of #BE409D
Black with #BE409D
Text Example
Text Example
White with #BE409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE409D; }
p { color: rgb(190,64,157); }
H1.HeaderClassName
{
color: #BE409D;
}
.AnyTagClassName
{
color: #BE409D;
}
</style>
background-color css
<style>
a { background-color: #BE409D; }
a { background-color: rgb(190,64,157); }
div.DivClassName
{
background-color: #BE409D;
}
.BgClassName
{
background-color: #BE409D;
}
</style>
border-color css
<style>
span { border-color: #BE409D; }
span { border-color: rgb(190,64,157); }
td.TdClassName
{
border-color: #BE409D;
}
.TagClassName
{
border-color: #BE409D;
}
</style>