Shades of Mulberry #BF558B
Tints of Mulberry #BF558B
RGB
CMYK
RGB Variations
Color information
#BF558B (or 0xBF558B) is known color: Mulberry. HEX triplet: BF, 55 and 8B. RGB value is (191,85,139). Sum of RGB (Red+Green+Blue) = 191+85+139=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF558B is #40AA74. Grayscale: #7A7A7A. Windows color (decimal): -4237941 or 9131455. OLE color: 9131455.
HSL color Cylindrical-coordinate representation of color #BF558B: hue angle of 329.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF558B is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 139 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.25 |
| HSL | 329.43º | 0.45% | 0.54% | - |
| HSV(B) | 329.43º | 0.55% | 0.75% | - |
| XYZ | 29.39 | 19.44 | 26.63 | - |
| YUV | 122.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 139 | 0 | 0.55 | 0.27 | 0.25 | 329.43 | 0.45 | 0.54 |
| Hex | BF | 55 | 8B | 0 | 37 | 1B | 19 | 149 | 2D | 36 |
| Octal | 277 | 125 | 213 | 0 | 67 | 33 | 31 | 511 | 55 | 66 |
| Binary | 10111111 | 1010101 | 10001011 | 0 | 110111 | 11011 | 11001 | 101001001 | 101101 | 110110 |
Color Harmonies of #BF558B
Complementary color
Monochromatic Colors of #BF558B
Black with #BF558B
Text Example
Text Example
White with #BF558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF558B; }
p { color: rgb(191,85,139); }
H1.HeaderClassName
{
color: #BF558B;
}
.AnyTagClassName
{
color: #BF558B;
}
</style>
background-color css
<style>
a { background-color: #BF558B; }
a { background-color: rgb(191,85,139); }
div.DivClassName
{
background-color: #BF558B;
}
.BgClassName
{
background-color: #BF558B;
}
</style>
border-color css
<style>
span { border-color: #BF558B; }
span { border-color: rgb(191,85,139); }
td.TdClassName
{
border-color: #BF558B;
}
.TagClassName
{
border-color: #BF558B;
}
</style>