Shades of Mulberry #BF558D
Tints of Mulberry #BF558D
RGB
CMYK
RGB Variations
Color information
#BF558D (or 0xBF558D) is known color: Mulberry. HEX triplet: BF, 55 and 8D. RGB value is (191,85,141). Sum of RGB (Red+Green+Blue) = 191+85+141=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF558D is #40AA72. Grayscale: #7A7A7A. Windows color (decimal): -4237939 or 9262527. OLE color: 9262527.
HSL color Cylindrical-coordinate representation of color #BF558D: hue angle of 328.3º 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 #BF558D is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 141 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.25 |
| HSL | 328.3º | 0.45% | 0.54% | - |
| HSV(B) | 328.3º | 0.55% | 0.75% | - |
| XYZ | 29.54 | 19.5 | 27.41 | - |
| YUV | 123.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 141 | 0 | 0.55 | 0.26 | 0.25 | 328.3 | 0.45 | 0.54 |
| Hex | BF | 55 | 8D | 0 | 37 | 1A | 19 | 148 | 2D | 36 |
| Octal | 277 | 125 | 215 | 0 | 67 | 32 | 31 | 510 | 55 | 66 |
| Binary | 10111111 | 1010101 | 10001101 | 0 | 110111 | 11010 | 11001 | 101001000 | 101101 | 110110 |
Color Harmonies of #BF558D
Complementary color
Monochromatic Colors of #BF558D
Black with #BF558D
Text Example
Text Example
White with #BF558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF558D; }
p { color: rgb(191,85,141); }
H1.HeaderClassName
{
color: #BF558D;
}
.AnyTagClassName
{
color: #BF558D;
}
</style>
background-color css
<style>
a { background-color: #BF558D; }
a { background-color: rgb(191,85,141); }
div.DivClassName
{
background-color: #BF558D;
}
.BgClassName
{
background-color: #BF558D;
}
</style>
border-color css
<style>
span { border-color: #BF558D; }
span { border-color: rgb(191,85,141); }
td.TdClassName
{
border-color: #BF558D;
}
.TagClassName
{
border-color: #BF558D;
}
</style>