Shades of Mulberry #BE409C
Tints of Mulberry #BE409C
RGB
CMYK
RGB Variations
Color information
#BE409C (or 0xBE409C) is known color: Mulberry. HEX triplet: BE, 40 and 9C. RGB value is (190,64,156). Sum of RGB (Red+Green+Blue) = 190+64+156=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE409C is #41BF63. Grayscale: #6F6F6F. Windows color (decimal): -4308836 or 10240190. OLE color: 10240190.
HSL color Cylindrical-coordinate representation of color #BE409C: hue angle of 316.19º 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 #BE409C is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 156 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.25 |
| HSL | 316.19º | 0.5% | 0.5% | - |
| HSV(B) | 316.19º | 0.66% | 0.75% | - |
| XYZ | 29.07 | 17.01 | 33.2 | - |
| YUV | 112.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 156 | 0 | 0.66 | 0.18 | 0.25 | 316.19 | 0.5 | 0.5 |
| Hex | BE | 40 | 9C | 0 | 42 | 12 | 19 | 13C | 32 | 32 |
| Octal | 276 | 100 | 234 | 0 | 102 | 22 | 31 | 474 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10011100 | 0 | 1000010 | 10010 | 11001 | 100111100 | 110010 | 110010 |
Color Harmonies of #BE409C
Complementary color
Monochromatic Colors of #BE409C
Black with #BE409C
Text Example
Text Example
White with #BE409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE409C; }
p { color: rgb(190,64,156); }
H1.HeaderClassName
{
color: #BE409C;
}
.AnyTagClassName
{
color: #BE409C;
}
</style>
background-color css
<style>
a { background-color: #BE409C; }
a { background-color: rgb(190,64,156); }
div.DivClassName
{
background-color: #BE409C;
}
.BgClassName
{
background-color: #BE409C;
}
</style>
border-color css
<style>
span { border-color: #BE409C; }
span { border-color: rgb(190,64,156); }
td.TdClassName
{
border-color: #BE409C;
}
.TagClassName
{
border-color: #BE409C;
}
</style>