Shades of Mulberry #BF55A1
Tints of Mulberry #BF55A1
RGB
CMYK
RGB Variations
Color information
#BF55A1 (or 0xBF55A1) is known color: Mulberry. HEX triplet: BF, 55 and A1. RGB value is (191,85,161). Sum of RGB (Red+Green+Blue) = 191+85+161=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF55A1 is #40AA5E. Grayscale: #7D7D7D. Windows color (decimal): -4237919 or 10573247. OLE color: 10573247.
HSL color Cylindrical-coordinate representation of color #BF55A1: hue angle of 316.98º 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 #BF55A1 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 161 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.25 |
| HSL | 316.98º | 0.45% | 0.54% | - |
| HSV(B) | 316.98º | 0.55% | 0.75% | - |
| XYZ | 31.17 | 20.15 | 35.96 | - |
| YUV | 125.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 161 | 0 | 0.55 | 0.16 | 0.25 | 316.98 | 0.45 | 0.54 |
| Hex | BF | 55 | A1 | 0 | 37 | 10 | 19 | 13D | 2D | 36 |
| Octal | 277 | 125 | 241 | 0 | 67 | 20 | 31 | 475 | 55 | 66 |
| Binary | 10111111 | 1010101 | 10100001 | 0 | 110111 | 10000 | 11001 | 100111101 | 101101 | 110110 |
Color Harmonies of #BF55A1
Complementary color
Monochromatic Colors of #BF55A1
Black with #BF55A1
Text Example
Text Example
White with #BF55A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF55A1; }
p { color: rgb(191,85,161); }
H1.HeaderClassName
{
color: #BF55A1;
}
.AnyTagClassName
{
color: #BF55A1;
}
</style>
background-color css
<style>
a { background-color: #BF55A1; }
a { background-color: rgb(191,85,161); }
div.DivClassName
{
background-color: #BF55A1;
}
.BgClassName
{
background-color: #BF55A1;
}
</style>
border-color css
<style>
span { border-color: #BF55A1; }
span { border-color: rgb(191,85,161); }
td.TdClassName
{
border-color: #BF55A1;
}
.TagClassName
{
border-color: #BF55A1;
}
</style>