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