Shades of Mulberry #BF589D
Tints of Mulberry #BF589D
RGB
CMYK
RGB Variations
Color information
#BF589D (or 0xBF589D) is known color: Mulberry. HEX triplet: BF, 58 and 9D. RGB value is (191,88,157). Sum of RGB (Red+Green+Blue) = 191+88+157=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF589D is #40A762. Grayscale: #7E7E7E. Windows color (decimal): -4237155 or 10311871. OLE color: 10311871.
HSL color Cylindrical-coordinate representation of color #BF589D: hue angle of 319.81º 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 #BF589D is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 88 | 157 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.25 |
| HSL | 319.81º | 0.45% | 0.55% | - |
| HSV(B) | 319.81º | 0.54% | 0.75% | - |
| XYZ | 31.06 | 20.49 | 34.22 | - |
| YUV | 126.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 157 | 0 | 0.54 | 0.18 | 0.25 | 319.81 | 0.45 | 0.55 |
| Hex | BF | 58 | 9D | 0 | 36 | 12 | 19 | 140 | 2D | 37 |
| Octal | 277 | 130 | 235 | 0 | 66 | 22 | 31 | 500 | 55 | 67 |
| Binary | 10111111 | 1011000 | 10011101 | 0 | 110110 | 10010 | 11001 | 101000000 | 101101 | 110111 |
Color Harmonies of #BF589D
Complementary color
Monochromatic Colors of #BF589D
Black with #BF589D
Text Example
Text Example
White with #BF589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF589D; }
p { color: rgb(191,88,157); }
H1.HeaderClassName
{
color: #BF589D;
}
.AnyTagClassName
{
color: #BF589D;
}
</style>
background-color css
<style>
a { background-color: #BF589D; }
a { background-color: rgb(191,88,157); }
div.DivClassName
{
background-color: #BF589D;
}
.BgClassName
{
background-color: #BF589D;
}
</style>
border-color css
<style>
span { border-color: #BF589D; }
span { border-color: rgb(191,88,157); }
td.TdClassName
{
border-color: #BF589D;
}
.TagClassName
{
border-color: #BF589D;
}
</style>