Shades of Mulberry #BF5197
Tints of Mulberry #BF5197
RGB
CMYK
RGB Variations
Color information
#BF5197 (or 0xBF5197) is known color: Mulberry. HEX triplet: BF, 51 and 97. RGB value is (191,81,151). Sum of RGB (Red+Green+Blue) = 191+81+151=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5197 is #40AE68. Grayscale: #797979. Windows color (decimal): -4238953 or 9916863. OLE color: 9916863.
HSL color Cylindrical-coordinate representation of color #BF5197: hue angle of 321.82º 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 #BF5197 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 151 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.25 |
| HSL | 321.82º | 0.46% | 0.53% | - |
| HSV(B) | 321.82º | 0.58% | 0.75% | - |
| XYZ | 30.01 | 19.2 | 31.4 | - |
| YUV | 121.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 151 | 0 | 0.58 | 0.21 | 0.25 | 321.82 | 0.46 | 0.53 |
| Hex | BF | 51 | 97 | 0 | 3A | 15 | 19 | 142 | 2E | 35 |
| Octal | 277 | 121 | 227 | 0 | 72 | 25 | 31 | 502 | 56 | 65 |
| Binary | 10111111 | 1010001 | 10010111 | 0 | 111010 | 10101 | 11001 | 101000010 | 101110 | 110101 |
Color Harmonies of #BF5197
Complementary color
Monochromatic Colors of #BF5197
Black with #BF5197
Text Example
Text Example
White with #BF5197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5197; }
p { color: rgb(191,81,151); }
H1.HeaderClassName
{
color: #BF5197;
}
.AnyTagClassName
{
color: #BF5197;
}
</style>
background-color css
<style>
a { background-color: #BF5197; }
a { background-color: rgb(191,81,151); }
div.DivClassName
{
background-color: #BF5197;
}
.BgClassName
{
background-color: #BF5197;
}
</style>
border-color css
<style>
span { border-color: #BF5197; }
span { border-color: rgb(191,81,151); }
td.TdClassName
{
border-color: #BF5197;
}
.TagClassName
{
border-color: #BF5197;
}
</style>