Shades of Mulberry #BE418D
Tints of Mulberry #BE418D
RGB
CMYK
RGB Variations
Color information
#BE418D (or 0xBE418D) is known color: Mulberry. HEX triplet: BE, 41 and 8D. RGB value is (190,65,141). Sum of RGB (Red+Green+Blue) = 190+65+141=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE418D is #41BE72. Grayscale: #6E6E6E. Windows color (decimal): -4308595 or 9257406. OLE color: 9257406.
HSL color Cylindrical-coordinate representation of color #BE418D: hue angle of 323.52º degrees, saturation: 0.49, 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 #BE418D is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 141 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.25 |
| HSL | 323.52º | 0.49% | 0.5% | - |
| HSV(B) | 323.52º | 0.66% | 0.75% | - |
| XYZ | 27.93 | 16.65 | 26.94 | - |
| YUV | 111.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 141 | 0 | 0.66 | 0.26 | 0.25 | 323.52 | 0.49 | 0.5 |
| Hex | BE | 41 | 8D | 0 | 42 | 1A | 19 | 144 | 31 | 32 |
| Octal | 276 | 101 | 215 | 0 | 102 | 32 | 31 | 504 | 61 | 62 |
| Binary | 10111110 | 1000001 | 10001101 | 0 | 1000010 | 11010 | 11001 | 101000100 | 110001 | 110010 |
Color Harmonies of #BE418D
Complementary color
Monochromatic Colors of #BE418D
Black with #BE418D
Text Example
Text Example
White with #BE418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE418D; }
p { color: rgb(190,65,141); }
H1.HeaderClassName
{
color: #BE418D;
}
.AnyTagClassName
{
color: #BE418D;
}
</style>
background-color css
<style>
a { background-color: #BE418D; }
a { background-color: rgb(190,65,141); }
div.DivClassName
{
background-color: #BE418D;
}
.BgClassName
{
background-color: #BE418D;
}
</style>
border-color css
<style>
span { border-color: #BE418D; }
span { border-color: rgb(190,65,141); }
td.TdClassName
{
border-color: #BE418D;
}
.TagClassName
{
border-color: #BE418D;
}
</style>