Shades of Mulberry #BF5098
Tints of Mulberry #BF5098
RGB
CMYK
RGB Variations
Color information
#BF5098 (or 0xBF5098) is known color: Mulberry. HEX triplet: BF, 50 and 98. RGB value is (191,80,152). Sum of RGB (Red+Green+Blue) = 191+80+152=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5098 is #40AF67. Grayscale: #797979. Windows color (decimal): -4239208 or 9982143. OLE color: 9982143.
HSL color Cylindrical-coordinate representation of color #BF5098: hue angle of 321.08º 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 #BF5098 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 152 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.25 |
| HSL | 321.08º | 0.46% | 0.53% | - |
| HSV(B) | 321.08º | 0.58% | 0.75% | - |
| XYZ | 30.02 | 19.08 | 31.81 | - |
| YUV | 121.4 | 145.27 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 152 | 0 | 0.58 | 0.20 | 0.25 | 321.08 | 0.46 | 0.53 |
| Hex | BF | 50 | 98 | 0 | 3A | 14 | 19 | 141 | 2E | 35 |
| Octal | 277 | 120 | 230 | 0 | 72 | 24 | 31 | 501 | 56 | 65 |
| Binary | 10111111 | 1010000 | 10011000 | 0 | 111010 | 10100 | 11001 | 101000001 | 101110 | 110101 |
Color Harmonies of #BF5098
Complementary color
Monochromatic Colors of #BF5098
Black with #BF5098
Text Example
Text Example
White with #BF5098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5098; }
p { color: rgb(191,80,152); }
H1.HeaderClassName
{
color: #BF5098;
}
.AnyTagClassName
{
color: #BF5098;
}
</style>
background-color css
<style>
a { background-color: #BF5098; }
a { background-color: rgb(191,80,152); }
div.DivClassName
{
background-color: #BF5098;
}
.BgClassName
{
background-color: #BF5098;
}
</style>
border-color css
<style>
span { border-color: #BF5098; }
span { border-color: rgb(191,80,152); }
td.TdClassName
{
border-color: #BF5098;
}
.TagClassName
{
border-color: #BF5098;
}
</style>