Shades of Mulberry #BF54A0
Tints of Mulberry #BF54A0
RGB
CMYK
RGB Variations
Color information
#BF54A0 (or 0xBF54A0) is known color: Mulberry. HEX triplet: BF, 54 and A0. RGB value is (191,84,160). Sum of RGB (Red+Green+Blue) = 191+84+160=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF54A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF54A0 is #40AB5F. Grayscale: #7C7C7C. Windows color (decimal): -4238176 or 10507455. OLE color: 10507455.
HSL color Cylindrical-coordinate representation of color #BF54A0: hue angle of 317.38º 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 #BF54A0 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 160 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.25 |
| HSL | 317.38º | 0.46% | 0.54% | - |
| HSV(B) | 317.38º | 0.56% | 0.75% | - |
| XYZ | 31 | 19.96 | 35.48 | - |
| YUV | 124.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 160 | 0 | 0.56 | 0.16 | 0.25 | 317.38 | 0.46 | 0.54 |
| Hex | BF | 54 | A0 | 0 | 38 | 10 | 19 | 13D | 2E | 36 |
| Octal | 277 | 124 | 240 | 0 | 70 | 20 | 31 | 475 | 56 | 66 |
| Binary | 10111111 | 1010100 | 10100000 | 0 | 111000 | 10000 | 11001 | 100111101 | 101110 | 110110 |
Color Harmonies of #BF54A0
Complementary color
Monochromatic Colors of #BF54A0
Black with #BF54A0
Text Example
Text Example
White with #BF54A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF54A0; }
p { color: rgb(191,84,160); }
H1.HeaderClassName
{
color: #BF54A0;
}
.AnyTagClassName
{
color: #BF54A0;
}
</style>
background-color css
<style>
a { background-color: #BF54A0; }
a { background-color: rgb(191,84,160); }
div.DivClassName
{
background-color: #BF54A0;
}
.BgClassName
{
background-color: #BF54A0;
}
</style>
border-color css
<style>
span { border-color: #BF54A0; }
span { border-color: rgb(191,84,160); }
td.TdClassName
{
border-color: #BF54A0;
}
.TagClassName
{
border-color: #BF54A0;
}
</style>