Shades of Mulberry #BF4089
Tints of Mulberry #BF4089
RGB
CMYK
RGB Variations
Color information
#BF4089 (or 0xBF4089) is known color: Mulberry. HEX triplet: BF, 40 and 89. RGB value is (191,64,137). Sum of RGB (Red+Green+Blue) = 191+64+137=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4089 is #40BF76. Grayscale: #6E6E6E. Windows color (decimal): -4243319 or 8995007. OLE color: 8995007.
HSL color Cylindrical-coordinate representation of color #BF4089: hue angle of 325.51º 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 #BF4089 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 137 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.25 |
| HSL | 325.51º | 0.5% | 0.5% | - |
| HSV(B) | 325.51º | 0.66% | 0.75% | - |
| XYZ | 27.83 | 16.55 | 25.39 | - |
| YUV | 110.3 | 143.08 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 137 | 0 | 0.66 | 0.28 | 0.25 | 325.51 | 0.5 | 0.5 |
| Hex | BF | 40 | 89 | 0 | 42 | 1C | 19 | 146 | 32 | 32 |
| Octal | 277 | 100 | 211 | 0 | 102 | 34 | 31 | 506 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10001001 | 0 | 1000010 | 11100 | 11001 | 101000110 | 110010 | 110010 |
Color Harmonies of #BF4089
Complementary color
Monochromatic Colors of #BF4089
Black with #BF4089
Text Example
Text Example
White with #BF4089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4089; }
p { color: rgb(191,64,137); }
H1.HeaderClassName
{
color: #BF4089;
}
.AnyTagClassName
{
color: #BF4089;
}
</style>
background-color css
<style>
a { background-color: #BF4089; }
a { background-color: rgb(191,64,137); }
div.DivClassName
{
background-color: #BF4089;
}
.BgClassName
{
background-color: #BF4089;
}
</style>
border-color css
<style>
span { border-color: #BF4089; }
span { border-color: rgb(191,64,137); }
td.TdClassName
{
border-color: #BF4089;
}
.TagClassName
{
border-color: #BF4089;
}
</style>