Shades of Mulberry #BE408B
Tints of Mulberry #BE408B
RGB
CMYK
RGB Variations
Color information
#BE408B (or 0xBE408B) is known color: Mulberry. HEX triplet: BE, 40 and 8B. RGB value is (190,64,139). Sum of RGB (Red+Green+Blue) = 190+64+139=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE408B is #41BF74. Grayscale: #6E6E6E. Windows color (decimal): -4308853 or 9126078. OLE color: 9126078.
HSL color Cylindrical-coordinate representation of color #BE408B: hue angle of 324.29º 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 #BE408B is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 139 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.25 |
| HSL | 324.29º | 0.5% | 0.5% | - |
| HSV(B) | 324.29º | 0.66% | 0.75% | - |
| XYZ | 27.73 | 16.48 | 26.15 | - |
| YUV | 110.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 139 | 0 | 0.66 | 0.27 | 0.25 | 324.29 | 0.5 | 0.5 |
| Hex | BE | 40 | 8B | 0 | 42 | 1B | 19 | 144 | 32 | 32 |
| Octal | 276 | 100 | 213 | 0 | 102 | 33 | 31 | 504 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10001011 | 0 | 1000010 | 11011 | 11001 | 101000100 | 110010 | 110010 |
Color Harmonies of #BE408B
Complementary color
Monochromatic Colors of #BE408B
Black with #BE408B
Text Example
Text Example
White with #BE408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE408B; }
p { color: rgb(190,64,139); }
H1.HeaderClassName
{
color: #BE408B;
}
.AnyTagClassName
{
color: #BE408B;
}
</style>
background-color css
<style>
a { background-color: #BE408B; }
a { background-color: rgb(190,64,139); }
div.DivClassName
{
background-color: #BE408B;
}
.BgClassName
{
background-color: #BE408B;
}
</style>
border-color css
<style>
span { border-color: #BE408B; }
span { border-color: rgb(190,64,139); }
td.TdClassName
{
border-color: #BE408B;
}
.TagClassName
{
border-color: #BE408B;
}
</style>