Shades of Mulberry #BF5799
Tints of Mulberry #BF5799
RGB
CMYK
RGB Variations
Color information
#BF5799 (or 0xBF5799) is known color: Mulberry. HEX triplet: BF, 57 and 99. RGB value is (191,87,153). Sum of RGB (Red+Green+Blue) = 191+87+153=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5799 is #40A866. Grayscale: #7D7D7D. Windows color (decimal): -4237415 or 10049471. OLE color: 10049471.
HSL color Cylindrical-coordinate representation of color #BF5799: hue angle of 321.92º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5799 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 87 | 153 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.25 |
| HSL | 321.92º | 0.45% | 0.55% | - |
| HSV(B) | 321.92º | 0.54% | 0.75% | - |
| XYZ | 30.64 | 20.19 | 32.42 | - |
| YUV | 125.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 153 | 0 | 0.54 | 0.20 | 0.25 | 321.92 | 0.45 | 0.55 |
| Hex | BF | 57 | 99 | 0 | 36 | 14 | 19 | 142 | 2D | 37 |
| Octal | 277 | 127 | 231 | 0 | 66 | 24 | 31 | 502 | 55 | 67 |
| Binary | 10111111 | 1010111 | 10011001 | 0 | 110110 | 10100 | 11001 | 101000010 | 101101 | 110111 |
Color Harmonies of #BF5799
Complementary color
Monochromatic Colors of #BF5799
Black with #BF5799
Text Example
Text Example
White with #BF5799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5799; }
p { color: rgb(191,87,153); }
H1.HeaderClassName
{
color: #BF5799;
}
.AnyTagClassName
{
color: #BF5799;
}
</style>
background-color css
<style>
a { background-color: #BF5799; }
a { background-color: rgb(191,87,153); }
div.DivClassName
{
background-color: #BF5799;
}
.BgClassName
{
background-color: #BF5799;
}
</style>
border-color css
<style>
span { border-color: #BF5799; }
span { border-color: rgb(191,87,153); }
td.TdClassName
{
border-color: #BF5799;
}
.TagClassName
{
border-color: #BF5799;
}
</style>