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