Shades of Mulberry #BF499C
Tints of Mulberry #BF499C
RGB
CMYK
RGB Variations
Color information
#BF499C (or 0xBF499C) is known color: Mulberry. HEX triplet: BF, 49 and 9C. RGB value is (191,73,156). Sum of RGB (Red+Green+Blue) = 191+73+156=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF499C is #40B663. Grayscale: #757575. Windows color (decimal): -4240996 or 10242495. OLE color: 10242495.
HSL color Cylindrical-coordinate representation of color #BF499C: hue angle of 317.8º 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 #BF499C is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 156 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.25 |
| HSL | 317.8º | 0.48% | 0.52% | - |
| HSV(B) | 317.8º | 0.62% | 0.75% | - |
| XYZ | 29.87 | 18.24 | 33.4 | - |
| YUV | 117.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 156 | 0 | 0.62 | 0.18 | 0.25 | 317.8 | 0.48 | 0.52 |
| Hex | BF | 49 | 9C | 0 | 3E | 12 | 19 | 13E | 30 | 34 |
| Octal | 277 | 111 | 234 | 0 | 76 | 22 | 31 | 476 | 60 | 64 |
| Binary | 10111111 | 1001001 | 10011100 | 0 | 111110 | 10010 | 11001 | 100111110 | 110000 | 110100 |
Color Harmonies of #BF499C
Complementary color
Monochromatic Colors of #BF499C
Black with #BF499C
Text Example
Text Example
White with #BF499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF499C; }
p { color: rgb(191,73,156); }
H1.HeaderClassName
{
color: #BF499C;
}
.AnyTagClassName
{
color: #BF499C;
}
</style>
background-color css
<style>
a { background-color: #BF499C; }
a { background-color: rgb(191,73,156); }
div.DivClassName
{
background-color: #BF499C;
}
.BgClassName
{
background-color: #BF499C;
}
</style>
border-color css
<style>
span { border-color: #BF499C; }
span { border-color: rgb(191,73,156); }
td.TdClassName
{
border-color: #BF499C;
}
.TagClassName
{
border-color: #BF499C;
}
</style>