Shades of Mulberry #BF518C
Tints of Mulberry #BF518C
RGB
CMYK
RGB Variations
Color information
#BF518C (or 0xBF518C) is known color: Mulberry. HEX triplet: BF, 51 and 8C. RGB value is (191,81,140). Sum of RGB (Red+Green+Blue) = 191+81+140=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF518C is #40AE73. Grayscale: #787878. Windows color (decimal): -4238964 or 9195967. OLE color: 9195967.
HSL color Cylindrical-coordinate representation of color #BF518C: hue angle of 327.82º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF518C is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 140 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.25 |
| HSL | 327.82º | 0.46% | 0.53% | - |
| HSV(B) | 327.82º | 0.58% | 0.75% | - |
| XYZ | 29.16 | 18.85 | 26.91 | - |
| YUV | 120.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 140 | 0 | 0.58 | 0.27 | 0.25 | 327.82 | 0.46 | 0.53 |
| Hex | BF | 51 | 8C | 0 | 3A | 1B | 19 | 148 | 2E | 35 |
| Octal | 277 | 121 | 214 | 0 | 72 | 33 | 31 | 510 | 56 | 65 |
| Binary | 10111111 | 1010001 | 10001100 | 0 | 111010 | 11011 | 11001 | 101001000 | 101110 | 110101 |
Color Harmonies of #BF518C
Complementary color
Monochromatic Colors of #BF518C
Black with #BF518C
Text Example
Text Example
White with #BF518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF518C; }
p { color: rgb(191,81,140); }
H1.HeaderClassName
{
color: #BF518C;
}
.AnyTagClassName
{
color: #BF518C;
}
</style>
background-color css
<style>
a { background-color: #BF518C; }
a { background-color: rgb(191,81,140); }
div.DivClassName
{
background-color: #BF518C;
}
.BgClassName
{
background-color: #BF518C;
}
</style>
border-color css
<style>
span { border-color: #BF518C; }
span { border-color: rgb(191,81,140); }
td.TdClassName
{
border-color: #BF518C;
}
.TagClassName
{
border-color: #BF518C;
}
</style>