Shades of Mulberry #BE408D
Tints of Mulberry #BE408D
RGB
CMYK
RGB Variations
Color information
#BE408D (or 0xBE408D) is known color: Mulberry. HEX triplet: BE, 40 and 8D. RGB value is (190,64,141). Sum of RGB (Red+Green+Blue) = 190+64+141=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE408D is #41BF72. Grayscale: #6E6E6E. Windows color (decimal): -4308851 or 9257150. OLE color: 9257150.
HSL color Cylindrical-coordinate representation of color #BE408D: hue angle of 323.33º 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 #BE408D is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 141 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.25 |
| HSL | 323.33º | 0.5% | 0.5% | - |
| HSV(B) | 323.33º | 0.66% | 0.75% | - |
| XYZ | 27.88 | 16.54 | 26.92 | - |
| YUV | 110.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 141 | 0 | 0.66 | 0.26 | 0.25 | 323.33 | 0.5 | 0.5 |
| Hex | BE | 40 | 8D | 0 | 42 | 1A | 19 | 143 | 32 | 32 |
| Octal | 276 | 100 | 215 | 0 | 102 | 32 | 31 | 503 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10001101 | 0 | 1000010 | 11010 | 11001 | 101000011 | 110010 | 110010 |
Color Harmonies of #BE408D
Complementary color
Monochromatic Colors of #BE408D
Black with #BE408D
Text Example
Text Example
White with #BE408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE408D; }
p { color: rgb(190,64,141); }
H1.HeaderClassName
{
color: #BE408D;
}
.AnyTagClassName
{
color: #BE408D;
}
</style>
background-color css
<style>
a { background-color: #BE408D; }
a { background-color: rgb(190,64,141); }
div.DivClassName
{
background-color: #BE408D;
}
.BgClassName
{
background-color: #BE408D;
}
</style>
border-color css
<style>
span { border-color: #BE408D; }
span { border-color: rgb(190,64,141); }
td.TdClassName
{
border-color: #BE408D;
}
.TagClassName
{
border-color: #BE408D;
}
</style>