Shades of Mulberry #BF56A1
Tints of Mulberry #BF56A1
RGB
CMYK
RGB Variations
Color information
#BF56A1 (or 0xBF56A1) is known color: Mulberry. HEX triplet: BF, 56 and A1. RGB value is (191,86,161). Sum of RGB (Red+Green+Blue) = 191+86+161=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF56A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF56A1 is #40A95E. Grayscale: #7D7D7D. Windows color (decimal): -4237663 or 10573503. OLE color: 10573503.
HSL color Cylindrical-coordinate representation of color #BF56A1: hue angle of 317.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF56A1 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 161 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.25 |
| HSL | 317.14º | 0.45% | 0.54% | - |
| HSV(B) | 317.14º | 0.55% | 0.75% | - |
| XYZ | 31.25 | 20.31 | 35.99 | - |
| YUV | 125.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 161 | 0 | 0.55 | 0.16 | 0.25 | 317.14 | 0.45 | 0.54 |
| Hex | BF | 56 | A1 | 0 | 37 | 10 | 19 | 13D | 2D | 36 |
| Octal | 277 | 126 | 241 | 0 | 67 | 20 | 31 | 475 | 55 | 66 |
| Binary | 10111111 | 1010110 | 10100001 | 0 | 110111 | 10000 | 11001 | 100111101 | 101101 | 110110 |
Color Harmonies of #BF56A1
Complementary color
Monochromatic Colors of #BF56A1
Black with #BF56A1
Text Example
Text Example
White with #BF56A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF56A1; }
p { color: rgb(191,86,161); }
H1.HeaderClassName
{
color: #BF56A1;
}
.AnyTagClassName
{
color: #BF56A1;
}
</style>
background-color css
<style>
a { background-color: #BF56A1; }
a { background-color: rgb(191,86,161); }
div.DivClassName
{
background-color: #BF56A1;
}
.BgClassName
{
background-color: #BF56A1;
}
</style>
border-color css
<style>
span { border-color: #BF56A1; }
span { border-color: rgb(191,86,161); }
td.TdClassName
{
border-color: #BF56A1;
}
.TagClassName
{
border-color: #BF56A1;
}
</style>