Shades of Mulberry #BE478C
Tints of Mulberry #BE478C
RGB
CMYK
RGB Variations
Color information
#BE478C (or 0xBE478C) is known color: Mulberry. HEX triplet: BE, 47 and 8C. RGB value is (190,71,140). Sum of RGB (Red+Green+Blue) = 190+71+140=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE478C is #41B873. Grayscale: #727272. Windows color (decimal): -4307060 or 9193406. OLE color: 9193406.
HSL color Cylindrical-coordinate representation of color #BE478C: hue angle of 325.21º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE478C is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 140 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.25 |
| HSL | 325.21º | 0.48% | 0.51% | - |
| HSV(B) | 325.21º | 0.63% | 0.75% | - |
| XYZ | 28.22 | 17.35 | 26.67 | - |
| YUV | 114.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 140 | 0 | 0.63 | 0.26 | 0.25 | 325.21 | 0.48 | 0.51 |
| Hex | BE | 47 | 8C | 0 | 3F | 1A | 19 | 145 | 30 | 33 |
| Octal | 276 | 107 | 214 | 0 | 77 | 32 | 31 | 505 | 60 | 63 |
| Binary | 10111110 | 1000111 | 10001100 | 0 | 111111 | 11010 | 11001 | 101000101 | 110000 | 110011 |
Color Harmonies of #BE478C
Complementary color
Monochromatic Colors of #BE478C
Black with #BE478C
Text Example
Text Example
White with #BE478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE478C; }
p { color: rgb(190,71,140); }
H1.HeaderClassName
{
color: #BE478C;
}
.AnyTagClassName
{
color: #BE478C;
}
</style>
background-color css
<style>
a { background-color: #BE478C; }
a { background-color: rgb(190,71,140); }
div.DivClassName
{
background-color: #BE478C;
}
.BgClassName
{
background-color: #BE478C;
}
</style>
border-color css
<style>
span { border-color: #BE478C; }
span { border-color: rgb(190,71,140); }
td.TdClassName
{
border-color: #BE478C;
}
.TagClassName
{
border-color: #BE478C;
}
</style>