Shades of Mulberry #BF5D93
Tints of Mulberry #BF5D93
RGB
CMYK
RGB Variations
Color information
#BF5D93 (or 0xBF5D93) is known color: Mulberry. HEX triplet: BF, 5D and 93. RGB value is (191,93,147). Sum of RGB (Red+Green+Blue) = 191+93+147=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5D93 is #40A26C. Grayscale: #808080. Windows color (decimal): -4235885 or 9657791. OLE color: 9657791.
HSL color Cylindrical-coordinate representation of color #BF5D93: hue angle of 326.94º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5D93 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 147 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.25 |
| HSL | 326.94º | 0.43% | 0.56% | - |
| HSV(B) | 326.94º | 0.51% | 0.75% | - |
| XYZ | 30.67 | 21.01 | 30.04 | - |
| YUV | 128.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 147 | 0 | 0.51 | 0.23 | 0.25 | 326.94 | 0.43 | 0.56 |
| Hex | BF | 5D | 93 | 0 | 33 | 17 | 19 | 147 | 2B | 38 |
| Octal | 277 | 135 | 223 | 0 | 63 | 27 | 31 | 507 | 53 | 70 |
| Binary | 10111111 | 1011101 | 10010011 | 0 | 110011 | 10111 | 11001 | 101000111 | 101011 | 111000 |
Color Harmonies of #BF5D93
Complementary color
Monochromatic Colors of #BF5D93
Black with #BF5D93
Text Example
Text Example
White with #BF5D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D93; }
p { color: rgb(191,93,147); }
H1.HeaderClassName
{
color: #BF5D93;
}
.AnyTagClassName
{
color: #BF5D93;
}
</style>
background-color css
<style>
a { background-color: #BF5D93; }
a { background-color: rgb(191,93,147); }
div.DivClassName
{
background-color: #BF5D93;
}
.BgClassName
{
background-color: #BF5D93;
}
</style>
border-color css
<style>
span { border-color: #BF5D93; }
span { border-color: rgb(191,93,147); }
td.TdClassName
{
border-color: #BF5D93;
}
.TagClassName
{
border-color: #BF5D93;
}
</style>