Shades of Mulberry #BF5881
Tints of Mulberry #BF5881
RGB
CMYK
RGB Variations
Color information
#BF5881 (or 0xBF5881) is known color: Mulberry. HEX triplet: BF, 58 and 81. RGB value is (191,88,129). Sum of RGB (Red+Green+Blue) = 191+88+129=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5881 is #40A77E. Grayscale: #7B7B7B. Windows color (decimal): -4237183 or 8476863. OLE color: 8476863.
HSL color Cylindrical-coordinate representation of color #BF5881: hue angle of 336.12º 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 #BF5881 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 88 | 129 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.25 |
| HSL | 336.12º | 0.45% | 0.55% | - |
| HSV(B) | 336.12º | 0.54% | 0.75% | - |
| XYZ | 28.94 | 19.64 | 23.03 | - |
| YUV | 123.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 129 | 0 | 0.54 | 0.32 | 0.25 | 336.12 | 0.45 | 0.55 |
| Hex | BF | 58 | 81 | 0 | 36 | 20 | 19 | 150 | 2D | 37 |
| Octal | 277 | 130 | 201 | 0 | 66 | 40 | 31 | 520 | 55 | 67 |
| Binary | 10111111 | 1011000 | 10000001 | 0 | 110110 | 100000 | 11001 | 101010000 | 101101 | 110111 |
Color Harmonies of #BF5881
Complementary color
Monochromatic Colors of #BF5881
Black with #BF5881
Text Example
Text Example
White with #BF5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5881; }
p { color: rgb(191,88,129); }
H1.HeaderClassName
{
color: #BF5881;
}
.AnyTagClassName
{
color: #BF5881;
}
</style>
background-color css
<style>
a { background-color: #BF5881; }
a { background-color: rgb(191,88,129); }
div.DivClassName
{
background-color: #BF5881;
}
.BgClassName
{
background-color: #BF5881;
}
</style>
border-color css
<style>
span { border-color: #BF5881; }
span { border-color: rgb(191,88,129); }
td.TdClassName
{
border-color: #BF5881;
}
.TagClassName
{
border-color: #BF5881;
}
</style>