Shades of Mulberry #BF5193
Tints of Mulberry #BF5193
RGB
CMYK
RGB Variations
Color information
#BF5193 (or 0xBF5193) is known color: Mulberry. HEX triplet: BF, 51 and 93. RGB value is (191,81,147). Sum of RGB (Red+Green+Blue) = 191+81+147=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5193 is #40AE6C. Grayscale: #797979. Windows color (decimal): -4238957 or 9654719. OLE color: 9654719.
HSL color Cylindrical-coordinate representation of color #BF5193: hue angle of 324º 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 #BF5193 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 147 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.25 |
| HSL | 324º | 0.46% | 0.53% | - |
| HSV(B) | 324º | 0.58% | 0.75% | - |
| XYZ | 29.69 | 19.07 | 29.72 | - |
| YUV | 121.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 147 | 0 | 0.58 | 0.23 | 0.25 | 324 | 0.46 | 0.53 |
| Hex | BF | 51 | 93 | 0 | 3A | 17 | 19 | 144 | 2E | 35 |
| Octal | 277 | 121 | 223 | 0 | 72 | 27 | 31 | 504 | 56 | 65 |
| Binary | 10111111 | 1010001 | 10010011 | 0 | 111010 | 10111 | 11001 | 101000100 | 101110 | 110101 |
Color Harmonies of #BF5193
Complementary color
Monochromatic Colors of #BF5193
Black with #BF5193
Text Example
Text Example
White with #BF5193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5193; }
p { color: rgb(191,81,147); }
H1.HeaderClassName
{
color: #BF5193;
}
.AnyTagClassName
{
color: #BF5193;
}
</style>
background-color css
<style>
a { background-color: #BF5193; }
a { background-color: rgb(191,81,147); }
div.DivClassName
{
background-color: #BF5193;
}
.BgClassName
{
background-color: #BF5193;
}
</style>
border-color css
<style>
span { border-color: #BF5193; }
span { border-color: rgb(191,81,147); }
td.TdClassName
{
border-color: #BF5193;
}
.TagClassName
{
border-color: #BF5193;
}
</style>