Shades of Mulberry #BF5698
Tints of Mulberry #BF5698
RGB
CMYK
RGB Variations
Color information
#BF5698 (or 0xBF5698) is known color: Mulberry. HEX triplet: BF, 56 and 98. RGB value is (191,86,152). Sum of RGB (Red+Green+Blue) = 191+86+152=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5698 is #40A967. Grayscale: #7C7C7C. Windows color (decimal): -4237672 or 9983679. OLE color: 9983679.
HSL color Cylindrical-coordinate representation of color #BF5698: hue angle of 322.29º 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 #BF5698 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 152 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.25 |
| HSL | 322.29º | 0.45% | 0.54% | - |
| HSV(B) | 322.29º | 0.55% | 0.75% | - |
| XYZ | 30.48 | 20 | 31.96 | - |
| YUV | 124.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 152 | 0 | 0.55 | 0.20 | 0.25 | 322.29 | 0.45 | 0.54 |
| Hex | BF | 56 | 98 | 0 | 37 | 14 | 19 | 142 | 2D | 36 |
| Octal | 277 | 126 | 230 | 0 | 67 | 24 | 31 | 502 | 55 | 66 |
| Binary | 10111111 | 1010110 | 10011000 | 0 | 110111 | 10100 | 11001 | 101000010 | 101101 | 110110 |
Color Harmonies of #BF5698
Complementary color
Monochromatic Colors of #BF5698
Black with #BF5698
Text Example
Text Example
White with #BF5698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5698; }
p { color: rgb(191,86,152); }
H1.HeaderClassName
{
color: #BF5698;
}
.AnyTagClassName
{
color: #BF5698;
}
</style>
background-color css
<style>
a { background-color: #BF5698; }
a { background-color: rgb(191,86,152); }
div.DivClassName
{
background-color: #BF5698;
}
.BgClassName
{
background-color: #BF5698;
}
</style>
border-color css
<style>
span { border-color: #BF5698; }
span { border-color: rgb(191,86,152); }
td.TdClassName
{
border-color: #BF5698;
}
.TagClassName
{
border-color: #BF5698;
}
</style>