Shades of Mulberry #BF4189
Tints of Mulberry #BF4189
RGB
CMYK
RGB Variations
Color information
#BF4189 (or 0xBF4189) is known color: Mulberry. HEX triplet: BF, 41 and 89. RGB value is (191,65,137). Sum of RGB (Red+Green+Blue) = 191+65+137=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4189 is #40BE76. Grayscale: #6E6E6E. Windows color (decimal): -4243063 or 8995263. OLE color: 8995263.
HSL color Cylindrical-coordinate representation of color #BF4189: hue angle of 325.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4189 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 137 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.25 |
| HSL | 325.71º | 0.5% | 0.5% | - |
| HSV(B) | 325.71º | 0.66% | 0.75% | - |
| XYZ | 27.89 | 16.66 | 25.41 | - |
| YUV | 110.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 137 | 0 | 0.66 | 0.28 | 0.25 | 325.71 | 0.5 | 0.5 |
| Hex | BF | 41 | 89 | 0 | 42 | 1C | 19 | 146 | 32 | 32 |
| Octal | 277 | 101 | 211 | 0 | 102 | 34 | 31 | 506 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10001001 | 0 | 1000010 | 11100 | 11001 | 101000110 | 110010 | 110010 |
Color Harmonies of #BF4189
Complementary color
Monochromatic Colors of #BF4189
Black with #BF4189
Text Example
Text Example
White with #BF4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4189; }
p { color: rgb(191,65,137); }
H1.HeaderClassName
{
color: #BF4189;
}
.AnyTagClassName
{
color: #BF4189;
}
</style>
background-color css
<style>
a { background-color: #BF4189; }
a { background-color: rgb(191,65,137); }
div.DivClassName
{
background-color: #BF4189;
}
.BgClassName
{
background-color: #BF4189;
}
</style>
border-color css
<style>
span { border-color: #BF4189; }
span { border-color: rgb(191,65,137); }
td.TdClassName
{
border-color: #BF4189;
}
.TagClassName
{
border-color: #BF4189;
}
</style>