Shades of Mulberry #BF519B
Tints of Mulberry #BF519B
RGB
CMYK
RGB Variations
Color information
#BF519B (or 0xBF519B) is known color: Mulberry. HEX triplet: BF, 51 and 9B. RGB value is (191,81,155). Sum of RGB (Red+Green+Blue) = 191+81+155=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF519B is #40AE64. Grayscale: #7A7A7A. Windows color (decimal): -4238949 or 10179007. OLE color: 10179007.
HSL color Cylindrical-coordinate representation of color #BF519B: hue angle of 319.64º 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 #BF519B is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 155 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.25 |
| HSL | 319.64º | 0.46% | 0.53% | - |
| HSV(B) | 319.64º | 0.58% | 0.75% | - |
| XYZ | 30.34 | 19.33 | 33.14 | - |
| YUV | 122.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 155 | 0 | 0.58 | 0.19 | 0.25 | 319.64 | 0.46 | 0.53 |
| Hex | BF | 51 | 9B | 0 | 3A | 13 | 19 | 140 | 2E | 35 |
| Octal | 277 | 121 | 233 | 0 | 72 | 23 | 31 | 500 | 56 | 65 |
| Binary | 10111111 | 1010001 | 10011011 | 0 | 111010 | 10011 | 11001 | 101000000 | 101110 | 110101 |
Color Harmonies of #BF519B
Complementary color
Monochromatic Colors of #BF519B
Black with #BF519B
Text Example
Text Example
White with #BF519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF519B; }
p { color: rgb(191,81,155); }
H1.HeaderClassName
{
color: #BF519B;
}
.AnyTagClassName
{
color: #BF519B;
}
</style>
background-color css
<style>
a { background-color: #BF519B; }
a { background-color: rgb(191,81,155); }
div.DivClassName
{
background-color: #BF519B;
}
.BgClassName
{
background-color: #BF519B;
}
</style>
border-color css
<style>
span { border-color: #BF519B; }
span { border-color: rgb(191,81,155); }
td.TdClassName
{
border-color: #BF519B;
}
.TagClassName
{
border-color: #BF519B;
}
</style>