Shades of Mulberry #BF548D
Tints of Mulberry #BF548D
RGB
CMYK
RGB Variations
Color information
#BF548D (or 0xBF548D) is known color: Mulberry. HEX triplet: BF, 54 and 8D. RGB value is (191,84,141). Sum of RGB (Red+Green+Blue) = 191+84+141=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF548D is #40AB72. Grayscale: #7A7A7A. Windows color (decimal): -4238195 or 9262271. OLE color: 9262271.
HSL color Cylindrical-coordinate representation of color #BF548D: hue angle of 328.04º degrees, saturation: 0.46, 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 #BF548D is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 141 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.25 |
| HSL | 328.04º | 0.46% | 0.54% | - |
| HSV(B) | 328.04º | 0.56% | 0.75% | - |
| XYZ | 29.46 | 19.34 | 27.38 | - |
| YUV | 122.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 141 | 0 | 0.56 | 0.26 | 0.25 | 328.04 | 0.46 | 0.54 |
| Hex | BF | 54 | 8D | 0 | 38 | 1A | 19 | 148 | 2E | 36 |
| Octal | 277 | 124 | 215 | 0 | 70 | 32 | 31 | 510 | 56 | 66 |
| Binary | 10111111 | 1010100 | 10001101 | 0 | 111000 | 11010 | 11001 | 101001000 | 101110 | 110110 |
Color Harmonies of #BF548D
Complementary color
Monochromatic Colors of #BF548D
Black with #BF548D
Text Example
Text Example
White with #BF548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF548D; }
p { color: rgb(191,84,141); }
H1.HeaderClassName
{
color: #BF548D;
}
.AnyTagClassName
{
color: #BF548D;
}
</style>
background-color css
<style>
a { background-color: #BF548D; }
a { background-color: rgb(191,84,141); }
div.DivClassName
{
background-color: #BF548D;
}
.BgClassName
{
background-color: #BF548D;
}
</style>
border-color css
<style>
span { border-color: #BF548D; }
span { border-color: rgb(191,84,141); }
td.TdClassName
{
border-color: #BF548D;
}
.TagClassName
{
border-color: #BF548D;
}
</style>