Shades of Mulberry #BF5194
Tints of Mulberry #BF5194
RGB
CMYK
RGB Variations
Color information
#BF5194 (or 0xBF5194) is known color: Mulberry. HEX triplet: BF, 51 and 94. RGB value is (191,81,148). Sum of RGB (Red+Green+Blue) = 191+81+148=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5194 is #40AE6B. Grayscale: #797979. Windows color (decimal): -4238956 or 9720255. OLE color: 9720255.
HSL color Cylindrical-coordinate representation of color #BF5194: hue angle of 323.45º 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 #BF5194 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 148 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.25 |
| HSL | 323.45º | 0.46% | 0.53% | - |
| HSV(B) | 323.45º | 0.58% | 0.75% | - |
| XYZ | 29.77 | 19.1 | 30.13 | - |
| YUV | 121.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 148 | 0 | 0.58 | 0.23 | 0.25 | 323.45 | 0.46 | 0.53 |
| Hex | BF | 51 | 94 | 0 | 3A | 17 | 19 | 143 | 2E | 35 |
| Octal | 277 | 121 | 224 | 0 | 72 | 27 | 31 | 503 | 56 | 65 |
| Binary | 10111111 | 1010001 | 10010100 | 0 | 111010 | 10111 | 11001 | 101000011 | 101110 | 110101 |
Color Harmonies of #BF5194
Complementary color
Monochromatic Colors of #BF5194
Black with #BF5194
Text Example
Text Example
White with #BF5194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5194; }
p { color: rgb(191,81,148); }
H1.HeaderClassName
{
color: #BF5194;
}
.AnyTagClassName
{
color: #BF5194;
}
</style>
background-color css
<style>
a { background-color: #BF5194; }
a { background-color: rgb(191,81,148); }
div.DivClassName
{
background-color: #BF5194;
}
.BgClassName
{
background-color: #BF5194;
}
</style>
border-color css
<style>
span { border-color: #BF5194; }
span { border-color: rgb(191,81,148); }
td.TdClassName
{
border-color: #BF5194;
}
.TagClassName
{
border-color: #BF5194;
}
</style>