Shades of Mulberry #BF599B
Tints of Mulberry #BF599B
RGB
CMYK
RGB Variations
Color information
#BF599B (or 0xBF599B) is known color: Mulberry. HEX triplet: BF, 59 and 9B. RGB value is (191,89,155). Sum of RGB (Red+Green+Blue) = 191+89+155=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF599B is #40A664. Grayscale: #7E7E7E. Windows color (decimal): -4236901 or 10181055. OLE color: 10181055.
HSL color Cylindrical-coordinate representation of color #BF599B: hue angle of 321.18º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF599B is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 155 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.25 |
| HSL | 321.18º | 0.44% | 0.55% | - |
| HSV(B) | 321.18º | 0.53% | 0.75% | - |
| XYZ | 30.97 | 20.59 | 33.35 | - |
| YUV | 127.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 155 | 0 | 0.53 | 0.19 | 0.25 | 321.18 | 0.44 | 0.55 |
| Hex | BF | 59 | 9B | 0 | 35 | 13 | 19 | 141 | 2C | 37 |
| Octal | 277 | 131 | 233 | 0 | 65 | 23 | 31 | 501 | 54 | 67 |
| Binary | 10111111 | 1011001 | 10011011 | 0 | 110101 | 10011 | 11001 | 101000001 | 101100 | 110111 |
Color Harmonies of #BF599B
Complementary color
Monochromatic Colors of #BF599B
Black with #BF599B
Text Example
Text Example
White with #BF599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF599B; }
p { color: rgb(191,89,155); }
H1.HeaderClassName
{
color: #BF599B;
}
.AnyTagClassName
{
color: #BF599B;
}
</style>
background-color css
<style>
a { background-color: #BF599B; }
a { background-color: rgb(191,89,155); }
div.DivClassName
{
background-color: #BF599B;
}
.BgClassName
{
background-color: #BF599B;
}
</style>
border-color css
<style>
span { border-color: #BF599B; }
span { border-color: rgb(191,89,155); }
td.TdClassName
{
border-color: #BF599B;
}
.TagClassName
{
border-color: #BF599B;
}
</style>