Shades of Mulberry #BE549D
Tints of Mulberry #BE549D
RGB
CMYK
RGB Variations
Color information
#BE549D (or 0xBE549D) is known color: Mulberry. HEX triplet: BE, 54 and 9D. RGB value is (190,84,157). Sum of RGB (Red+Green+Blue) = 190+84+157=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE549D is #41AB62. Grayscale: #7B7B7B. Windows color (decimal): -4303715 or 10310846. OLE color: 10310846.
HSL color Cylindrical-coordinate representation of color #BE549D: hue angle of 318.68º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE549D is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 157 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.25 |
| HSL | 318.68º | 0.45% | 0.54% | - |
| HSV(B) | 318.68º | 0.56% | 0.75% | - |
| XYZ | 30.49 | 19.72 | 34.1 | - |
| YUV | 124.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 157 | 0 | 0.56 | 0.17 | 0.25 | 318.68 | 0.45 | 0.54 |
| Hex | BE | 54 | 9D | 0 | 38 | 11 | 19 | 13F | 2D | 36 |
| Octal | 276 | 124 | 235 | 0 | 70 | 21 | 31 | 477 | 55 | 66 |
| Binary | 10111110 | 1010100 | 10011101 | 0 | 111000 | 10001 | 11001 | 100111111 | 101101 | 110110 |
Color Harmonies of #BE549D
Complementary color
Monochromatic Colors of #BE549D
Black with #BE549D
Text Example
Text Example
White with #BE549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE549D; }
p { color: rgb(190,84,157); }
H1.HeaderClassName
{
color: #BE549D;
}
.AnyTagClassName
{
color: #BE549D;
}
</style>
background-color css
<style>
a { background-color: #BE549D; }
a { background-color: rgb(190,84,157); }
div.DivClassName
{
background-color: #BE549D;
}
.BgClassName
{
background-color: #BE549D;
}
</style>
border-color css
<style>
span { border-color: #BE549D; }
span { border-color: rgb(190,84,157); }
td.TdClassName
{
border-color: #BE549D;
}
.TagClassName
{
border-color: #BE549D;
}
</style>