Shades of Mulberry #BF5088
Tints of Mulberry #BF5088
RGB
CMYK
RGB Variations
Color information
#BF5088 (or 0xBF5088) is known color: Mulberry. HEX triplet: BF, 50 and 88. RGB value is (191,80,136). Sum of RGB (Red+Green+Blue) = 191+80+136=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5088 is #40AF77. Grayscale: #777777. Windows color (decimal): -4239224 or 8933567. OLE color: 8933567.
HSL color Cylindrical-coordinate representation of color #BF5088: hue angle of 329.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5088 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 136 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.25 |
| HSL | 329.73º | 0.46% | 0.53% | - |
| HSV(B) | 329.73º | 0.58% | 0.75% | - |
| XYZ | 28.8 | 18.59 | 25.36 | - |
| YUV | 119.57 | 137.27 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 136 | 0 | 0.58 | 0.29 | 0.25 | 329.73 | 0.46 | 0.53 |
| Hex | BF | 50 | 88 | 0 | 3A | 1D | 19 | 14A | 2E | 35 |
| Octal | 277 | 120 | 210 | 0 | 72 | 35 | 31 | 512 | 56 | 65 |
| Binary | 10111111 | 1010000 | 10001000 | 0 | 111010 | 11101 | 11001 | 101001010 | 101110 | 110101 |
Color Harmonies of #BF5088
Complementary color
Monochromatic Colors of #BF5088
Black with #BF5088
Text Example
Text Example
White with #BF5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5088; }
p { color: rgb(191,80,136); }
H1.HeaderClassName
{
color: #BF5088;
}
.AnyTagClassName
{
color: #BF5088;
}
</style>
background-color css
<style>
a { background-color: #BF5088; }
a { background-color: rgb(191,80,136); }
div.DivClassName
{
background-color: #BF5088;
}
.BgClassName
{
background-color: #BF5088;
}
</style>
border-color css
<style>
span { border-color: #BF5088; }
span { border-color: rgb(191,80,136); }
td.TdClassName
{
border-color: #BF5088;
}
.TagClassName
{
border-color: #BF5088;
}
</style>