Shades of Mulberry #BF4D93
Tints of Mulberry #BF4D93
RGB
CMYK
RGB Variations
Color information
#BF4D93 (or 0xBF4D93) is known color: Mulberry. HEX triplet: BF, 4D and 93. RGB value is (191,77,147). Sum of RGB (Red+Green+Blue) = 191+77+147=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D93 is #40B26C. Grayscale: #767676. Windows color (decimal): -4239981 or 9653695. OLE color: 9653695.
HSL color Cylindrical-coordinate representation of color #BF4D93: hue angle of 323.16º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4D93 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 147 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.25 |
| HSL | 323.16º | 0.47% | 0.53% | - |
| HSV(B) | 323.16º | 0.6% | 0.75% | - |
| XYZ | 29.41 | 18.49 | 29.62 | - |
| YUV | 119.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 147 | 0 | 0.60 | 0.23 | 0.25 | 323.16 | 0.47 | 0.53 |
| Hex | BF | 4D | 93 | 0 | 3C | 17 | 19 | 143 | 2F | 35 |
| Octal | 277 | 115 | 223 | 0 | 74 | 27 | 31 | 503 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10010011 | 0 | 111100 | 10111 | 11001 | 101000011 | 101111 | 110101 |
Color Harmonies of #BF4D93
Complementary color
Monochromatic Colors of #BF4D93
Black with #BF4D93
Text Example
Text Example
White with #BF4D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D93; }
p { color: rgb(191,77,147); }
H1.HeaderClassName
{
color: #BF4D93;
}
.AnyTagClassName
{
color: #BF4D93;
}
</style>
background-color css
<style>
a { background-color: #BF4D93; }
a { background-color: rgb(191,77,147); }
div.DivClassName
{
background-color: #BF4D93;
}
.BgClassName
{
background-color: #BF4D93;
}
</style>
border-color css
<style>
span { border-color: #BF4D93; }
span { border-color: rgb(191,77,147); }
td.TdClassName
{
border-color: #BF4D93;
}
.TagClassName
{
border-color: #BF4D93;
}
</style>