Shades of Mulberry #BF5393
Tints of Mulberry #BF5393
RGB
CMYK
RGB Variations
Color information
#BF5393 (or 0xBF5393) is known color: Mulberry. HEX triplet: BF, 53 and 93. RGB value is (191,83,147). Sum of RGB (Red+Green+Blue) = 191+83+147=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5393 is #40AC6C. Grayscale: #7A7A7A. Windows color (decimal): -4238445 or 9655231. OLE color: 9655231.
HSL color Cylindrical-coordinate representation of color #BF5393: hue angle of 324.44º 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 #BF5393 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 147 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.25 |
| HSL | 324.44º | 0.46% | 0.54% | - |
| HSV(B) | 324.44º | 0.57% | 0.75% | - |
| XYZ | 29.85 | 19.37 | 29.77 | - |
| YUV | 122.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 147 | 0 | 0.57 | 0.23 | 0.25 | 324.44 | 0.46 | 0.54 |
| Hex | BF | 53 | 93 | 0 | 39 | 17 | 19 | 144 | 2E | 36 |
| Octal | 277 | 123 | 223 | 0 | 71 | 27 | 31 | 504 | 56 | 66 |
| Binary | 10111111 | 1010011 | 10010011 | 0 | 111001 | 10111 | 11001 | 101000100 | 101110 | 110110 |
Color Harmonies of #BF5393
Complementary color
Monochromatic Colors of #BF5393
Black with #BF5393
Text Example
Text Example
White with #BF5393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5393; }
p { color: rgb(191,83,147); }
H1.HeaderClassName
{
color: #BF5393;
}
.AnyTagClassName
{
color: #BF5393;
}
</style>
background-color css
<style>
a { background-color: #BF5393; }
a { background-color: rgb(191,83,147); }
div.DivClassName
{
background-color: #BF5393;
}
.BgClassName
{
background-color: #BF5393;
}
</style>
border-color css
<style>
span { border-color: #BF5393; }
span { border-color: rgb(191,83,147); }
td.TdClassName
{
border-color: #BF5393;
}
.TagClassName
{
border-color: #BF5393;
}
</style>