Shades of Mulberry #BE408E
Tints of Mulberry #BE408E
RGB
CMYK
RGB Variations
Color information
#BE408E (or 0xBE408E) is known color: Mulberry. HEX triplet: BE, 40 and 8E. RGB value is (190,64,142). Sum of RGB (Red+Green+Blue) = 190+64+142=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE408E is #41BF71. Grayscale: #6E6E6E. Windows color (decimal): -4308850 or 9322686. OLE color: 9322686.
HSL color Cylindrical-coordinate representation of color #BE408E: hue angle of 322.86º 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 #BE408E is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 142 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.25 |
| HSL | 322.86º | 0.5% | 0.5% | - |
| HSV(B) | 322.86º | 0.66% | 0.75% | - |
| XYZ | 27.95 | 16.57 | 27.32 | - |
| YUV | 110.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 142 | 0 | 0.66 | 0.25 | 0.25 | 322.86 | 0.5 | 0.5 |
| Hex | BE | 40 | 8E | 0 | 42 | 19 | 19 | 143 | 32 | 32 |
| Octal | 276 | 100 | 216 | 0 | 102 | 31 | 31 | 503 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10001110 | 0 | 1000010 | 11001 | 11001 | 101000011 | 110010 | 110010 |
Color Harmonies of #BE408E
Complementary color
Monochromatic Colors of #BE408E
Black with #BE408E
Text Example
Text Example
White with #BE408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE408E; }
p { color: rgb(190,64,142); }
H1.HeaderClassName
{
color: #BE408E;
}
.AnyTagClassName
{
color: #BE408E;
}
</style>
background-color css
<style>
a { background-color: #BE408E; }
a { background-color: rgb(190,64,142); }
div.DivClassName
{
background-color: #BE408E;
}
.BgClassName
{
background-color: #BE408E;
}
</style>
border-color css
<style>
span { border-color: #BE408E; }
span { border-color: rgb(190,64,142); }
td.TdClassName
{
border-color: #BE408E;
}
.TagClassName
{
border-color: #BE408E;
}
</style>