Shades of Mulberry #BF498F
Tints of Mulberry #BF498F
RGB
CMYK
RGB Variations
Color information
#BF498F (or 0xBF498F) is known color: Mulberry. HEX triplet: BF, 49 and 8F. RGB value is (191,73,143). Sum of RGB (Red+Green+Blue) = 191+73+143=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF498F is #40B670. Grayscale: #747474. Windows color (decimal): -4241009 or 9390527. OLE color: 9390527.
HSL color Cylindrical-coordinate representation of color #BF498F: hue angle of 324.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF498F is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 143 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.25 |
| HSL | 324.41º | 0.48% | 0.52% | - |
| HSV(B) | 324.41º | 0.62% | 0.75% | - |
| XYZ | 28.83 | 17.82 | 27.91 | - |
| YUV | 116.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 143 | 0 | 0.62 | 0.25 | 0.25 | 324.41 | 0.48 | 0.52 |
| Hex | BF | 49 | 8F | 0 | 3E | 19 | 19 | 144 | 30 | 34 |
| Octal | 277 | 111 | 217 | 0 | 76 | 31 | 31 | 504 | 60 | 64 |
| Binary | 10111111 | 1001001 | 10001111 | 0 | 111110 | 11001 | 11001 | 101000100 | 110000 | 110100 |
Color Harmonies of #BF498F
Complementary color
Monochromatic Colors of #BF498F
Black with #BF498F
Text Example
Text Example
White with #BF498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF498F; }
p { color: rgb(191,73,143); }
H1.HeaderClassName
{
color: #BF498F;
}
.AnyTagClassName
{
color: #BF498F;
}
</style>
background-color css
<style>
a { background-color: #BF498F; }
a { background-color: rgb(191,73,143); }
div.DivClassName
{
background-color: #BF498F;
}
.BgClassName
{
background-color: #BF498F;
}
</style>
border-color css
<style>
span { border-color: #BF498F; }
span { border-color: rgb(191,73,143); }
td.TdClassName
{
border-color: #BF498F;
}
.TagClassName
{
border-color: #BF498F;
}
</style>