Shades of Mulberry #BF5097
Tints of Mulberry #BF5097
RGB
CMYK
RGB Variations
Color information
#BF5097 (or 0xBF5097) is known color: Mulberry. HEX triplet: BF, 50 and 97. RGB value is (191,80,151). Sum of RGB (Red+Green+Blue) = 191+80+151=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5097 is #40AF68. Grayscale: #797979. Windows color (decimal): -4239209 or 9916607. OLE color: 9916607.
HSL color Cylindrical-coordinate representation of color #BF5097: hue angle of 321.62º 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 #BF5097 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 151 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.25 |
| HSL | 321.62º | 0.46% | 0.53% | - |
| HSV(B) | 321.62º | 0.58% | 0.75% | - |
| XYZ | 29.94 | 19.05 | 31.38 | - |
| YUV | 121.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 151 | 0 | 0.58 | 0.21 | 0.25 | 321.62 | 0.46 | 0.53 |
| Hex | BF | 50 | 97 | 0 | 3A | 15 | 19 | 142 | 2E | 35 |
| Octal | 277 | 120 | 227 | 0 | 72 | 25 | 31 | 502 | 56 | 65 |
| Binary | 10111111 | 1010000 | 10010111 | 0 | 111010 | 10101 | 11001 | 101000010 | 101110 | 110101 |
Color Harmonies of #BF5097
Complementary color
Monochromatic Colors of #BF5097
Black with #BF5097
Text Example
Text Example
White with #BF5097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5097; }
p { color: rgb(191,80,151); }
H1.HeaderClassName
{
color: #BF5097;
}
.AnyTagClassName
{
color: #BF5097;
}
</style>
background-color css
<style>
a { background-color: #BF5097; }
a { background-color: rgb(191,80,151); }
div.DivClassName
{
background-color: #BF5097;
}
.BgClassName
{
background-color: #BF5097;
}
</style>
border-color css
<style>
span { border-color: #BF5097; }
span { border-color: rgb(191,80,151); }
td.TdClassName
{
border-color: #BF5097;
}
.TagClassName
{
border-color: #BF5097;
}
</style>