Shades of Mulberry #BF539B
Tints of Mulberry #BF539B
RGB
CMYK
RGB Variations
Color information
#BF539B (or 0xBF539B) is known color: Mulberry. HEX triplet: BF, 53 and 9B. RGB value is (191,83,155). Sum of RGB (Red+Green+Blue) = 191+83+155=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF539B is #40AC64. Grayscale: #7B7B7B. Windows color (decimal): -4238437 or 10179519. OLE color: 10179519.
HSL color Cylindrical-coordinate representation of color #BF539B: hue angle of 320º 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 #BF539B is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 155 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.25 |
| HSL | 320º | 0.46% | 0.54% | - |
| HSV(B) | 320º | 0.57% | 0.75% | - |
| XYZ | 30.5 | 19.63 | 33.19 | - |
| YUV | 123.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 155 | 0 | 0.57 | 0.19 | 0.25 | 320 | 0.46 | 0.54 |
| Hex | BF | 53 | 9B | 0 | 39 | 13 | 19 | 140 | 2E | 36 |
| Octal | 277 | 123 | 233 | 0 | 71 | 23 | 31 | 500 | 56 | 66 |
| Binary | 10111111 | 1010011 | 10011011 | 0 | 111001 | 10011 | 11001 | 101000000 | 101110 | 110110 |
Color Harmonies of #BF539B
Complementary color
Monochromatic Colors of #BF539B
Black with #BF539B
Text Example
Text Example
White with #BF539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF539B; }
p { color: rgb(191,83,155); }
H1.HeaderClassName
{
color: #BF539B;
}
.AnyTagClassName
{
color: #BF539B;
}
</style>
background-color css
<style>
a { background-color: #BF539B; }
a { background-color: rgb(191,83,155); }
div.DivClassName
{
background-color: #BF539B;
}
.BgClassName
{
background-color: #BF539B;
}
</style>
border-color css
<style>
span { border-color: #BF539B; }
span { border-color: rgb(191,83,155); }
td.TdClassName
{
border-color: #BF539B;
}
.TagClassName
{
border-color: #BF539B;
}
</style>