Shades of Mulberry #BF5295
Tints of Mulberry #BF5295
RGB
CMYK
RGB Variations
Color information
#BF5295 (or 0xBF5295) is known color: Mulberry. HEX triplet: BF, 52 and 95. RGB value is (191,82,149). Sum of RGB (Red+Green+Blue) = 191+82+149=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5295 is #40AD6A. Grayscale: #7A7A7A. Windows color (decimal): -4238699 or 9786047. OLE color: 9786047.
HSL color Cylindrical-coordinate representation of color #BF5295: hue angle of 323.12º 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 #BF5295 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 149 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.25 |
| HSL | 323.12º | 0.46% | 0.54% | - |
| HSV(B) | 323.12º | 0.57% | 0.75% | - |
| XYZ | 29.93 | 19.28 | 30.58 | - |
| YUV | 122.23 | 143.11 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 149 | 0 | 0.57 | 0.22 | 0.25 | 323.12 | 0.46 | 0.54 |
| Hex | BF | 52 | 95 | 0 | 39 | 16 | 19 | 143 | 2E | 36 |
| Octal | 277 | 122 | 225 | 0 | 71 | 26 | 31 | 503 | 56 | 66 |
| Binary | 10111111 | 1010010 | 10010101 | 0 | 111001 | 10110 | 11001 | 101000011 | 101110 | 110110 |
Color Harmonies of #BF5295
Complementary color
Monochromatic Colors of #BF5295
Black with #BF5295
Text Example
Text Example
White with #BF5295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5295; }
p { color: rgb(191,82,149); }
H1.HeaderClassName
{
color: #BF5295;
}
.AnyTagClassName
{
color: #BF5295;
}
</style>
background-color css
<style>
a { background-color: #BF5295; }
a { background-color: rgb(191,82,149); }
div.DivClassName
{
background-color: #BF5295;
}
.BgClassName
{
background-color: #BF5295;
}
</style>
border-color css
<style>
span { border-color: #BF5295; }
span { border-color: rgb(191,82,149); }
td.TdClassName
{
border-color: #BF5295;
}
.TagClassName
{
border-color: #BF5295;
}
</style>