Shades of Mulberry #BF54A1
Tints of Mulberry #BF54A1
RGB
CMYK
RGB Variations
Color information
#BF54A1 (or 0xBF54A1) is known color: Mulberry. HEX triplet: BF, 54 and A1. RGB value is (191,84,161). Sum of RGB (Red+Green+Blue) = 191+84+161=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF54A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF54A1 is #40AB5E. Grayscale: #7C7C7C. Windows color (decimal): -4238175 or 10572991. OLE color: 10572991.
HSL color Cylindrical-coordinate representation of color #BF54A1: hue angle of 316.82º 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 #BF54A1 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 161 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.25 |
| HSL | 316.82º | 0.46% | 0.54% | - |
| HSV(B) | 316.82º | 0.56% | 0.75% | - |
| XYZ | 31.09 | 19.99 | 35.94 | - |
| YUV | 124.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 161 | 0 | 0.56 | 0.16 | 0.25 | 316.82 | 0.46 | 0.54 |
| Hex | BF | 54 | A1 | 0 | 38 | 10 | 19 | 13D | 2E | 36 |
| Octal | 277 | 124 | 241 | 0 | 70 | 20 | 31 | 475 | 56 | 66 |
| Binary | 10111111 | 1010100 | 10100001 | 0 | 111000 | 10000 | 11001 | 100111101 | 101110 | 110110 |
Color Harmonies of #BF54A1
Complementary color
Monochromatic Colors of #BF54A1
Black with #BF54A1
Text Example
Text Example
White with #BF54A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF54A1; }
p { color: rgb(191,84,161); }
H1.HeaderClassName
{
color: #BF54A1;
}
.AnyTagClassName
{
color: #BF54A1;
}
</style>
background-color css
<style>
a { background-color: #BF54A1; }
a { background-color: rgb(191,84,161); }
div.DivClassName
{
background-color: #BF54A1;
}
.BgClassName
{
background-color: #BF54A1;
}
</style>
border-color css
<style>
span { border-color: #BF54A1; }
span { border-color: rgb(191,84,161); }
td.TdClassName
{
border-color: #BF54A1;
}
.TagClassName
{
border-color: #BF54A1;
}
</style>