Shades of Mulberry #BF50A0
Tints of Mulberry #BF50A0
RGB
CMYK
RGB Variations
Color information
#BF50A0 (or 0xBF50A0) is known color: Mulberry. HEX triplet: BF, 50 and A0. RGB value is (191,80,160). Sum of RGB (Red+Green+Blue) = 191+80+160=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF50A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF50A0 is #40AF5F. Grayscale: #7A7A7A. Windows color (decimal): -4239200 or 10506431. OLE color: 10506431.
HSL color Cylindrical-coordinate representation of color #BF50A0: hue angle of 316.76º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF50A0 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 160 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.25 |
| HSL | 316.76º | 0.46% | 0.53% | - |
| HSV(B) | 316.76º | 0.58% | 0.75% | - |
| XYZ | 30.7 | 19.35 | 35.37 | - |
| YUV | 122.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 160 | 0 | 0.58 | 0.16 | 0.25 | 316.76 | 0.46 | 0.53 |
| Hex | BF | 50 | A0 | 0 | 3A | 10 | 19 | 13D | 2E | 35 |
| Octal | 277 | 120 | 240 | 0 | 72 | 20 | 31 | 475 | 56 | 65 |
| Binary | 10111111 | 1010000 | 10100000 | 0 | 111010 | 10000 | 11001 | 100111101 | 101110 | 110101 |
Color Harmonies of #BF50A0
Complementary color
Monochromatic Colors of #BF50A0
Black with #BF50A0
Text Example
Text Example
White with #BF50A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF50A0; }
p { color: rgb(191,80,160); }
H1.HeaderClassName
{
color: #BF50A0;
}
.AnyTagClassName
{
color: #BF50A0;
}
</style>
background-color css
<style>
a { background-color: #BF50A0; }
a { background-color: rgb(191,80,160); }
div.DivClassName
{
background-color: #BF50A0;
}
.BgClassName
{
background-color: #BF50A0;
}
</style>
border-color css
<style>
span { border-color: #BF50A0; }
span { border-color: rgb(191,80,160); }
td.TdClassName
{
border-color: #BF50A0;
}
.TagClassName
{
border-color: #BF50A0;
}
</style>