Shades of Mulberry #BF548C
Tints of Mulberry #BF548C
RGB
CMYK
RGB Variations
Color information
#BF548C (or 0xBF548C) is known color: Mulberry. HEX triplet: BF, 54 and 8C. RGB value is (191,84,140). Sum of RGB (Red+Green+Blue) = 191+84+140=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF548C is #40AB73. Grayscale: #7A7A7A. Windows color (decimal): -4238196 or 9196735. OLE color: 9196735.
HSL color Cylindrical-coordinate representation of color #BF548C: hue angle of 328.6º 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 #BF548C is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 140 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.25 |
| HSL | 328.6º | 0.46% | 0.54% | - |
| HSV(B) | 328.6º | 0.56% | 0.75% | - |
| XYZ | 29.39 | 19.31 | 26.99 | - |
| YUV | 122.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 140 | 0 | 0.56 | 0.27 | 0.25 | 328.6 | 0.46 | 0.54 |
| Hex | BF | 54 | 8C | 0 | 38 | 1B | 19 | 149 | 2E | 36 |
| Octal | 277 | 124 | 214 | 0 | 70 | 33 | 31 | 511 | 56 | 66 |
| Binary | 10111111 | 1010100 | 10001100 | 0 | 111000 | 11011 | 11001 | 101001001 | 101110 | 110110 |
Color Harmonies of #BF548C
Complementary color
Monochromatic Colors of #BF548C
Black with #BF548C
Text Example
Text Example
White with #BF548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF548C; }
p { color: rgb(191,84,140); }
H1.HeaderClassName
{
color: #BF548C;
}
.AnyTagClassName
{
color: #BF548C;
}
</style>
background-color css
<style>
a { background-color: #BF548C; }
a { background-color: rgb(191,84,140); }
div.DivClassName
{
background-color: #BF548C;
}
.BgClassName
{
background-color: #BF548C;
}
</style>
border-color css
<style>
span { border-color: #BF548C; }
span { border-color: rgb(191,84,140); }
td.TdClassName
{
border-color: #BF548C;
}
.TagClassName
{
border-color: #BF548C;
}
</style>