Shades of Mulberry #BF548F
Tints of Mulberry #BF548F
RGB
CMYK
RGB Variations
Color information
#BF548F (or 0xBF548F) is known color: Mulberry. HEX triplet: BF, 54 and 8F. RGB value is (191,84,143). Sum of RGB (Red+Green+Blue) = 191+84+143=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF548F is #40AB70. Grayscale: #7A7A7A. Windows color (decimal): -4238193 or 9393343. OLE color: 9393343.
HSL color Cylindrical-coordinate representation of color #BF548F: hue angle of 326.92º 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 #BF548F is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 143 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.25 |
| HSL | 326.92º | 0.46% | 0.54% | - |
| HSV(B) | 326.92º | 0.56% | 0.75% | - |
| XYZ | 29.61 | 19.4 | 28.17 | - |
| YUV | 122.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 143 | 0 | 0.56 | 0.25 | 0.25 | 326.92 | 0.46 | 0.54 |
| Hex | BF | 54 | 8F | 0 | 38 | 19 | 19 | 147 | 2E | 36 |
| Octal | 277 | 124 | 217 | 0 | 70 | 31 | 31 | 507 | 56 | 66 |
| Binary | 10111111 | 1010100 | 10001111 | 0 | 111000 | 11001 | 11001 | 101000111 | 101110 | 110110 |
Color Harmonies of #BF548F
Complementary color
Monochromatic Colors of #BF548F
Black with #BF548F
Text Example
Text Example
White with #BF548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF548F; }
p { color: rgb(191,84,143); }
H1.HeaderClassName
{
color: #BF548F;
}
.AnyTagClassName
{
color: #BF548F;
}
</style>
background-color css
<style>
a { background-color: #BF548F; }
a { background-color: rgb(191,84,143); }
div.DivClassName
{
background-color: #BF548F;
}
.BgClassName
{
background-color: #BF548F;
}
</style>
border-color css
<style>
span { border-color: #BF548F; }
span { border-color: rgb(191,84,143); }
td.TdClassName
{
border-color: #BF548F;
}
.TagClassName
{
border-color: #BF548F;
}
</style>