Shades of Mulberry #BF5593
Tints of Mulberry #BF5593
RGB
CMYK
RGB Variations
Color information
#BF5593 (or 0xBF5593) is known color: Mulberry. HEX triplet: BF, 55 and 93. RGB value is (191,85,147). Sum of RGB (Red+Green+Blue) = 191+85+147=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5593 is #40AA6C. Grayscale: #7B7B7B. Windows color (decimal): -4237933 or 9655743. OLE color: 9655743.
HSL color Cylindrical-coordinate representation of color #BF5593: hue angle of 324.91º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF5593 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 147 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.25 |
| HSL | 324.91º | 0.45% | 0.54% | - |
| HSV(B) | 324.91º | 0.55% | 0.75% | - |
| XYZ | 30 | 19.68 | 29.82 | - |
| YUV | 123.76 | 141.12 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 147 | 0 | 0.55 | 0.23 | 0.25 | 324.91 | 0.45 | 0.54 |
| Hex | BF | 55 | 93 | 0 | 37 | 17 | 19 | 145 | 2D | 36 |
| Octal | 277 | 125 | 223 | 0 | 67 | 27 | 31 | 505 | 55 | 66 |
| Binary | 10111111 | 1010101 | 10010011 | 0 | 110111 | 10111 | 11001 | 101000101 | 101101 | 110110 |
Color Harmonies of #BF5593
Complementary color
Monochromatic Colors of #BF5593
Black with #BF5593
Text Example
Text Example
White with #BF5593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5593; }
p { color: rgb(191,85,147); }
H1.HeaderClassName
{
color: #BF5593;
}
.AnyTagClassName
{
color: #BF5593;
}
</style>
background-color css
<style>
a { background-color: #BF5593; }
a { background-color: rgb(191,85,147); }
div.DivClassName
{
background-color: #BF5593;
}
.BgClassName
{
background-color: #BF5593;
}
</style>
border-color css
<style>
span { border-color: #BF5593; }
span { border-color: rgb(191,85,147); }
td.TdClassName
{
border-color: #BF5593;
}
.TagClassName
{
border-color: #BF5593;
}
</style>