Shades of Mulberry #BF6098
Tints of Mulberry #BF6098
RGB
CMYK
RGB Variations
Color information
#BF6098 (or 0xBF6098) is known color: Mulberry. HEX triplet: BF, 60 and 98. RGB value is (191,96,152). Sum of RGB (Red+Green+Blue) = 191+96+152=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6098 is #409F67. Grayscale: #828282. Windows color (decimal): -4235112 or 9986239. OLE color: 9986239.
HSL color Cylindrical-coordinate representation of color #BF6098: hue angle of 324.63º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6098 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 152 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.25 |
| HSL | 324.63º | 0.43% | 0.56% | - |
| HSV(B) | 324.63º | 0.5% | 0.75% | - |
| XYZ | 31.34 | 21.71 | 32.24 | - |
| YUV | 130.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 152 | 0 | 0.50 | 0.20 | 0.25 | 324.63 | 0.43 | 0.56 |
| Hex | BF | 60 | 98 | 0 | 32 | 14 | 19 | 145 | 2B | 38 |
| Octal | 277 | 140 | 230 | 0 | 62 | 24 | 31 | 505 | 53 | 70 |
| Binary | 10111111 | 1100000 | 10011000 | 0 | 110010 | 10100 | 11001 | 101000101 | 101011 | 111000 |
Color Harmonies of #BF6098
Complementary color
Monochromatic Colors of #BF6098
Black with #BF6098
Text Example
Text Example
White with #BF6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6098; }
p { color: rgb(191,96,152); }
H1.HeaderClassName
{
color: #BF6098;
}
.AnyTagClassName
{
color: #BF6098;
}
</style>
background-color css
<style>
a { background-color: #BF6098; }
a { background-color: rgb(191,96,152); }
div.DivClassName
{
background-color: #BF6098;
}
.BgClassName
{
background-color: #BF6098;
}
</style>
border-color css
<style>
span { border-color: #BF6098; }
span { border-color: rgb(191,96,152); }
td.TdClassName
{
border-color: #BF6098;
}
.TagClassName
{
border-color: #BF6098;
}
</style>