Shades of Mulberry #BF5488
Tints of Mulberry #BF5488
RGB
CMYK
RGB Variations
Color information
#BF5488 (or 0xBF5488) is known color: Mulberry. HEX triplet: BF, 54 and 88. RGB value is (191,84,136). Sum of RGB (Red+Green+Blue) = 191+84+136=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5488 is #40AB77. Grayscale: #797979. Windows color (decimal): -4238200 or 8934591. OLE color: 8934591.
HSL color Cylindrical-coordinate representation of color #BF5488: hue angle of 330.84º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF5488 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 136 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.25 |
| HSL | 330.84º | 0.46% | 0.54% | - |
| HSV(B) | 330.84º | 0.56% | 0.75% | - |
| XYZ | 29.1 | 19.19 | 25.46 | - |
| YUV | 121.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 136 | 0 | 0.56 | 0.29 | 0.25 | 330.84 | 0.46 | 0.54 |
| Hex | BF | 54 | 88 | 0 | 38 | 1D | 19 | 14B | 2E | 36 |
| Octal | 277 | 124 | 210 | 0 | 70 | 35 | 31 | 513 | 56 | 66 |
| Binary | 10111111 | 1010100 | 10001000 | 0 | 111000 | 11101 | 11001 | 101001011 | 101110 | 110110 |
Color Harmonies of #BF5488
Complementary color
Monochromatic Colors of #BF5488
Black with #BF5488
Text Example
Text Example
White with #BF5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5488; }
p { color: rgb(191,84,136); }
H1.HeaderClassName
{
color: #BF5488;
}
.AnyTagClassName
{
color: #BF5488;
}
</style>
background-color css
<style>
a { background-color: #BF5488; }
a { background-color: rgb(191,84,136); }
div.DivClassName
{
background-color: #BF5488;
}
.BgClassName
{
background-color: #BF5488;
}
</style>
border-color css
<style>
span { border-color: #BF5488; }
span { border-color: rgb(191,84,136); }
td.TdClassName
{
border-color: #BF5488;
}
.TagClassName
{
border-color: #BF5488;
}
</style>