Shades of Mulberry #BF5282
Tints of Mulberry #BF5282
RGB
CMYK
RGB Variations
Color information
#BF5282 (or 0xBF5282) is known color: Mulberry. HEX triplet: BF, 52 and 82. RGB value is (191,82,130). Sum of RGB (Red+Green+Blue) = 191+82+130=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5282 is #40AD7D. Grayscale: #777777. Windows color (decimal): -4238718 or 8540863. OLE color: 8540863.
HSL color Cylindrical-coordinate representation of color #BF5282: hue angle of 333.58º 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 #BF5282 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 130 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.25 |
| HSL | 333.58º | 0.46% | 0.54% | - |
| HSV(B) | 333.58º | 0.57% | 0.75% | - |
| XYZ | 28.53 | 18.72 | 23.23 | - |
| YUV | 120.06 | 133.61 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 130 | 0 | 0.57 | 0.32 | 0.25 | 333.58 | 0.46 | 0.54 |
| Hex | BF | 52 | 82 | 0 | 39 | 20 | 19 | 14E | 2E | 36 |
| Octal | 277 | 122 | 202 | 0 | 71 | 40 | 31 | 516 | 56 | 66 |
| Binary | 10111111 | 1010010 | 10000010 | 0 | 111001 | 100000 | 11001 | 101001110 | 101110 | 110110 |
Color Harmonies of #BF5282
Complementary color
Monochromatic Colors of #BF5282
Black with #BF5282
Text Example
Text Example
White with #BF5282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5282; }
p { color: rgb(191,82,130); }
H1.HeaderClassName
{
color: #BF5282;
}
.AnyTagClassName
{
color: #BF5282;
}
</style>
background-color css
<style>
a { background-color: #BF5282; }
a { background-color: rgb(191,82,130); }
div.DivClassName
{
background-color: #BF5282;
}
.BgClassName
{
background-color: #BF5282;
}
</style>
border-color css
<style>
span { border-color: #BF5282; }
span { border-color: rgb(191,82,130); }
td.TdClassName
{
border-color: #BF5282;
}
.TagClassName
{
border-color: #BF5282;
}
</style>