Shades of Mulberry #BF538D
Tints of Mulberry #BF538D
RGB
CMYK
RGB Variations
Color information
#BF538D (or 0xBF538D) is known color: Mulberry. HEX triplet: BF, 53 and 8D. RGB value is (191,83,141). Sum of RGB (Red+Green+Blue) = 191+83+141=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF538D is #40AC72. Grayscale: #797979. Windows color (decimal): -4238451 or 9262015. OLE color: 9262015.
HSL color Cylindrical-coordinate representation of color #BF538D: hue angle of 327.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF538D is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 141 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.25 |
| HSL | 327.78º | 0.46% | 0.54% | - |
| HSV(B) | 327.78º | 0.57% | 0.75% | - |
| XYZ | 29.39 | 19.19 | 27.35 | - |
| YUV | 121.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 141 | 0 | 0.57 | 0.26 | 0.25 | 327.78 | 0.46 | 0.54 |
| Hex | BF | 53 | 8D | 0 | 39 | 1A | 19 | 148 | 2E | 36 |
| Octal | 277 | 123 | 215 | 0 | 71 | 32 | 31 | 510 | 56 | 66 |
| Binary | 10111111 | 1010011 | 10001101 | 0 | 111001 | 11010 | 11001 | 101001000 | 101110 | 110110 |
Color Harmonies of #BF538D
Complementary color
Monochromatic Colors of #BF538D
Black with #BF538D
Text Example
Text Example
White with #BF538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF538D; }
p { color: rgb(191,83,141); }
H1.HeaderClassName
{
color: #BF538D;
}
.AnyTagClassName
{
color: #BF538D;
}
</style>
background-color css
<style>
a { background-color: #BF538D; }
a { background-color: rgb(191,83,141); }
div.DivClassName
{
background-color: #BF538D;
}
.BgClassName
{
background-color: #BF538D;
}
</style>
border-color css
<style>
span { border-color: #BF538D; }
span { border-color: rgb(191,83,141); }
td.TdClassName
{
border-color: #BF538D;
}
.TagClassName
{
border-color: #BF538D;
}
</style>