Shades of Mulberry #BF59A1
Tints of Mulberry #BF59A1
RGB
CMYK
RGB Variations
Color information
#BF59A1 (or 0xBF59A1) is known color: Mulberry. HEX triplet: BF, 59 and A1. RGB value is (191,89,161). Sum of RGB (Red+Green+Blue) = 191+89+161=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF59A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF59A1 is #40A65E. Grayscale: #7F7F7F. Windows color (decimal): -4236895 or 10574271. OLE color: 10574271.
HSL color Cylindrical-coordinate representation of color #BF59A1: hue angle of 317.65º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF59A1 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 161 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.25 |
| HSL | 317.65º | 0.44% | 0.55% | - |
| HSV(B) | 317.65º | 0.53% | 0.75% | - |
| XYZ | 31.49 | 20.79 | 36.07 | - |
| YUV | 127.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 161 | 0 | 0.53 | 0.16 | 0.25 | 317.65 | 0.44 | 0.55 |
| Hex | BF | 59 | A1 | 0 | 35 | 10 | 19 | 13E | 2C | 37 |
| Octal | 277 | 131 | 241 | 0 | 65 | 20 | 31 | 476 | 54 | 67 |
| Binary | 10111111 | 1011001 | 10100001 | 0 | 110101 | 10000 | 11001 | 100111110 | 101100 | 110111 |
Color Harmonies of #BF59A1
Complementary color
Monochromatic Colors of #BF59A1
Black with #BF59A1
Text Example
Text Example
White with #BF59A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF59A1; }
p { color: rgb(191,89,161); }
H1.HeaderClassName
{
color: #BF59A1;
}
.AnyTagClassName
{
color: #BF59A1;
}
</style>
background-color css
<style>
a { background-color: #BF59A1; }
a { background-color: rgb(191,89,161); }
div.DivClassName
{
background-color: #BF59A1;
}
.BgClassName
{
background-color: #BF59A1;
}
</style>
border-color css
<style>
span { border-color: #BF59A1; }
span { border-color: rgb(191,89,161); }
td.TdClassName
{
border-color: #BF59A1;
}
.TagClassName
{
border-color: #BF59A1;
}
</style>