Shades of Mulberry #BF5EA1
Tints of Mulberry #BF5EA1
RGB
CMYK
RGB Variations
Color information
#BF5EA1 (or 0xBF5EA1) is known color: Mulberry. HEX triplet: BF, 5E and A1. RGB value is (191,94,161). Sum of RGB (Red+Green+Blue) = 191+94+161=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5EA1 is #40A15E. Grayscale: #828282. Windows color (decimal): -4235615 or 10575551. OLE color: 10575551.
HSL color Cylindrical-coordinate representation of color #BF5EA1: hue angle of 318.56º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5EA1 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 161 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.25 |
| HSL | 318.56º | 0.43% | 0.56% | - |
| HSV(B) | 318.56º | 0.51% | 0.75% | - |
| XYZ | 31.92 | 21.65 | 36.22 | - |
| YUV | 130.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 161 | 0 | 0.51 | 0.16 | 0.25 | 318.56 | 0.43 | 0.56 |
| Hex | BF | 5E | A1 | 0 | 33 | 10 | 19 | 13F | 2B | 38 |
| Octal | 277 | 136 | 241 | 0 | 63 | 20 | 31 | 477 | 53 | 70 |
| Binary | 10111111 | 1011110 | 10100001 | 0 | 110011 | 10000 | 11001 | 100111111 | 101011 | 111000 |
Color Harmonies of #BF5EA1
Complementary color
Monochromatic Colors of #BF5EA1
Black with #BF5EA1
Text Example
Text Example
White with #BF5EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5EA1; }
p { color: rgb(191,94,161); }
H1.HeaderClassName
{
color: #BF5EA1;
}
.AnyTagClassName
{
color: #BF5EA1;
}
</style>
background-color css
<style>
a { background-color: #BF5EA1; }
a { background-color: rgb(191,94,161); }
div.DivClassName
{
background-color: #BF5EA1;
}
.BgClassName
{
background-color: #BF5EA1;
}
</style>
border-color css
<style>
span { border-color: #BF5EA1; }
span { border-color: rgb(191,94,161); }
td.TdClassName
{
border-color: #BF5EA1;
}
.TagClassName
{
border-color: #BF5EA1;
}
</style>