Shades of Mulberry #BF538F
Tints of Mulberry #BF538F
RGB
CMYK
RGB Variations
Color information
#BF538F (or 0xBF538F) is known color: Mulberry. HEX triplet: BF, 53 and 8F. RGB value is (191,83,143). Sum of RGB (Red+Green+Blue) = 191+83+143=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF538F is #40AC70. Grayscale: #7A7A7A. Windows color (decimal): -4238449 or 9393087. OLE color: 9393087.
HSL color Cylindrical-coordinate representation of color #BF538F: hue angle of 326.67º 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 #BF538F is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 143 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.25 |
| HSL | 326.67º | 0.46% | 0.54% | - |
| HSV(B) | 326.67º | 0.57% | 0.75% | - |
| XYZ | 29.54 | 19.25 | 28.14 | - |
| YUV | 122.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 143 | 0 | 0.57 | 0.25 | 0.25 | 326.67 | 0.46 | 0.54 |
| Hex | BF | 53 | 8F | 0 | 39 | 19 | 19 | 147 | 2E | 36 |
| Octal | 277 | 123 | 217 | 0 | 71 | 31 | 31 | 507 | 56 | 66 |
| Binary | 10111111 | 1010011 | 10001111 | 0 | 111001 | 11001 | 11001 | 101000111 | 101110 | 110110 |
Color Harmonies of #BF538F
Complementary color
Monochromatic Colors of #BF538F
Black with #BF538F
Text Example
Text Example
White with #BF538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF538F; }
p { color: rgb(191,83,143); }
H1.HeaderClassName
{
color: #BF538F;
}
.AnyTagClassName
{
color: #BF538F;
}
</style>
background-color css
<style>
a { background-color: #BF538F; }
a { background-color: rgb(191,83,143); }
div.DivClassName
{
background-color: #BF538F;
}
.BgClassName
{
background-color: #BF538F;
}
</style>
border-color css
<style>
span { border-color: #BF538F; }
span { border-color: rgb(191,83,143); }
td.TdClassName
{
border-color: #BF538F;
}
.TagClassName
{
border-color: #BF538F;
}
</style>