Shades of Mulberry #BE548F
Tints of Mulberry #BE548F
RGB
CMYK
RGB Variations
Color information
#BE548F (or 0xBE548F) is known color: Mulberry. HEX triplet: BE, 54 and 8F. RGB value is (190,84,143). Sum of RGB (Red+Green+Blue) = 190+84+143=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE548F is #41AB70. Grayscale: #7A7A7A. Windows color (decimal): -4303729 or 9393342. OLE color: 9393342.
HSL color Cylindrical-coordinate representation of color #BE548F: hue angle of 326.6º 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 #BE548F is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 143 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.25 |
| HSL | 326.6º | 0.45% | 0.54% | - |
| HSV(B) | 326.6º | 0.56% | 0.75% | - |
| XYZ | 29.36 | 19.27 | 28.16 | - |
| YUV | 122.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 143 | 0 | 0.56 | 0.25 | 0.25 | 326.6 | 0.45 | 0.54 |
| Hex | BE | 54 | 8F | 0 | 38 | 19 | 19 | 147 | 2D | 36 |
| Octal | 276 | 124 | 217 | 0 | 70 | 31 | 31 | 507 | 55 | 66 |
| Binary | 10111110 | 1010100 | 10001111 | 0 | 111000 | 11001 | 11001 | 101000111 | 101101 | 110110 |
Color Harmonies of #BE548F
Complementary color
Monochromatic Colors of #BE548F
Black with #BE548F
Text Example
Text Example
White with #BE548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE548F; }
p { color: rgb(190,84,143); }
H1.HeaderClassName
{
color: #BE548F;
}
.AnyTagClassName
{
color: #BE548F;
}
</style>
background-color css
<style>
a { background-color: #BE548F; }
a { background-color: rgb(190,84,143); }
div.DivClassName
{
background-color: #BE548F;
}
.BgClassName
{
background-color: #BE548F;
}
</style>
border-color css
<style>
span { border-color: #BE548F; }
span { border-color: rgb(190,84,143); }
td.TdClassName
{
border-color: #BE548F;
}
.TagClassName
{
border-color: #BE548F;
}
</style>