Shades of Mulberry #BF5598
Tints of Mulberry #BF5598
RGB
CMYK
RGB Variations
Color information
#BF5598 (or 0xBF5598) is known color: Mulberry. HEX triplet: BF, 55 and 98. RGB value is (191,85,152). Sum of RGB (Red+Green+Blue) = 191+85+152=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5598 is #40AA67. Grayscale: #7C7C7C. Windows color (decimal): -4237928 or 9983423. OLE color: 9983423.
HSL color Cylindrical-coordinate representation of color #BF5598: hue angle of 322.08º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF5598 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 152 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.25 |
| HSL | 322.08º | 0.45% | 0.54% | - |
| HSV(B) | 322.08º | 0.55% | 0.75% | - |
| XYZ | 30.4 | 19.84 | 31.93 | - |
| YUV | 124.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 152 | 0 | 0.55 | 0.20 | 0.25 | 322.08 | 0.45 | 0.54 |
| Hex | BF | 55 | 98 | 0 | 37 | 14 | 19 | 142 | 2D | 36 |
| Octal | 277 | 125 | 230 | 0 | 67 | 24 | 31 | 502 | 55 | 66 |
| Binary | 10111111 | 1010101 | 10011000 | 0 | 110111 | 10100 | 11001 | 101000010 | 101101 | 110110 |
Color Harmonies of #BF5598
Complementary color
Monochromatic Colors of #BF5598
Black with #BF5598
Text Example
Text Example
White with #BF5598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5598; }
p { color: rgb(191,85,152); }
H1.HeaderClassName
{
color: #BF5598;
}
.AnyTagClassName
{
color: #BF5598;
}
</style>
background-color css
<style>
a { background-color: #BF5598; }
a { background-color: rgb(191,85,152); }
div.DivClassName
{
background-color: #BF5598;
}
.BgClassName
{
background-color: #BF5598;
}
</style>
border-color css
<style>
span { border-color: #BF5598; }
span { border-color: rgb(191,85,152); }
td.TdClassName
{
border-color: #BF5598;
}
.TagClassName
{
border-color: #BF5598;
}
</style>