Shades of Mulberry #BF588C
Tints of Mulberry #BF588C
RGB
CMYK
RGB Variations
Color information
#BF588C (or 0xBF588C) is known color: Mulberry. HEX triplet: BF, 58 and 8C. RGB value is (191,88,140). Sum of RGB (Red+Green+Blue) = 191+88+140=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF588C is #40A773. Grayscale: #7C7C7C. Windows color (decimal): -4237172 or 9197759. OLE color: 9197759.
HSL color Cylindrical-coordinate representation of color #BF588C: hue angle of 329.71º 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 #BF588C is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 88 | 140 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.25 |
| HSL | 329.71º | 0.45% | 0.55% | - |
| HSV(B) | 329.71º | 0.54% | 0.75% | - |
| XYZ | 29.71 | 19.95 | 27.1 | - |
| YUV | 124.73 | 136.62 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 140 | 0 | 0.54 | 0.27 | 0.25 | 329.71 | 0.45 | 0.55 |
| Hex | BF | 58 | 8C | 0 | 36 | 1B | 19 | 14A | 2D | 37 |
| Octal | 277 | 130 | 214 | 0 | 66 | 33 | 31 | 512 | 55 | 67 |
| Binary | 10111111 | 1011000 | 10001100 | 0 | 110110 | 11011 | 11001 | 101001010 | 101101 | 110111 |
Color Harmonies of #BF588C
Complementary color
Monochromatic Colors of #BF588C
Black with #BF588C
Text Example
Text Example
White with #BF588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF588C; }
p { color: rgb(191,88,140); }
H1.HeaderClassName
{
color: #BF588C;
}
.AnyTagClassName
{
color: #BF588C;
}
</style>
background-color css
<style>
a { background-color: #BF588C; }
a { background-color: rgb(191,88,140); }
div.DivClassName
{
background-color: #BF588C;
}
.BgClassName
{
background-color: #BF588C;
}
</style>
border-color css
<style>
span { border-color: #BF588C; }
span { border-color: rgb(191,88,140); }
td.TdClassName
{
border-color: #BF588C;
}
.TagClassName
{
border-color: #BF588C;
}
</style>