Shades of Mulberry #BE448D
Tints of Mulberry #BE448D
RGB
CMYK
RGB Variations
Color information
#BE448D (or 0xBE448D) is known color: Mulberry. HEX triplet: BE, 44 and 8D. RGB value is (190,68,141). Sum of RGB (Red+Green+Blue) = 190+68+141=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE448D is #41BB72. Grayscale: #707070. Windows color (decimal): -4307827 or 9258174. OLE color: 9258174.
HSL color Cylindrical-coordinate representation of color #BE448D: hue angle of 324.1º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE448D is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 141 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.25 |
| HSL | 324.1º | 0.48% | 0.51% | - |
| HSV(B) | 324.1º | 0.64% | 0.75% | - |
| XYZ | 28.11 | 17 | 27 | - |
| YUV | 112.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 141 | 0 | 0.64 | 0.26 | 0.25 | 324.1 | 0.48 | 0.51 |
| Hex | BE | 44 | 8D | 0 | 40 | 1A | 19 | 144 | 30 | 33 |
| Octal | 276 | 104 | 215 | 0 | 100 | 32 | 31 | 504 | 60 | 63 |
| Binary | 10111110 | 1000100 | 10001101 | 0 | 1000000 | 11010 | 11001 | 101000100 | 110000 | 110011 |
Color Harmonies of #BE448D
Complementary color
Monochromatic Colors of #BE448D
Black with #BE448D
Text Example
Text Example
White with #BE448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE448D; }
p { color: rgb(190,68,141); }
H1.HeaderClassName
{
color: #BE448D;
}
.AnyTagClassName
{
color: #BE448D;
}
</style>
background-color css
<style>
a { background-color: #BE448D; }
a { background-color: rgb(190,68,141); }
div.DivClassName
{
background-color: #BE448D;
}
.BgClassName
{
background-color: #BE448D;
}
</style>
border-color css
<style>
span { border-color: #BE448D; }
span { border-color: rgb(190,68,141); }
td.TdClassName
{
border-color: #BE448D;
}
.TagClassName
{
border-color: #BE448D;
}
</style>