Shades of Mulberry #BF4097
Tints of Mulberry #BF4097
RGB
CMYK
RGB Variations
Color information
#BF4097 (or 0xBF4097) is known color: Mulberry. HEX triplet: BF, 40 and 97. RGB value is (191,64,151). Sum of RGB (Red+Green+Blue) = 191+64+151=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4097 is #40BF68. Grayscale: #6F6F6F. Windows color (decimal): -4243305 or 9912511. OLE color: 9912511.
HSL color Cylindrical-coordinate representation of color #BF4097: hue angle of 318.9º 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 #BF4097 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 151 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.25 |
| HSL | 318.9º | 0.5% | 0.5% | - |
| HSV(B) | 318.9º | 0.66% | 0.75% | - |
| XYZ | 28.91 | 16.98 | 31.03 | - |
| YUV | 111.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 151 | 0 | 0.66 | 0.21 | 0.25 | 318.9 | 0.5 | 0.5 |
| Hex | BF | 40 | 97 | 0 | 42 | 15 | 19 | 13F | 32 | 32 |
| Octal | 277 | 100 | 227 | 0 | 102 | 25 | 31 | 477 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10010111 | 0 | 1000010 | 10101 | 11001 | 100111111 | 110010 | 110010 |
Color Harmonies of #BF4097
Complementary color
Monochromatic Colors of #BF4097
Black with #BF4097
Text Example
Text Example
White with #BF4097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4097; }
p { color: rgb(191,64,151); }
H1.HeaderClassName
{
color: #BF4097;
}
.AnyTagClassName
{
color: #BF4097;
}
</style>
background-color css
<style>
a { background-color: #BF4097; }
a { background-color: rgb(191,64,151); }
div.DivClassName
{
background-color: #BF4097;
}
.BgClassName
{
background-color: #BF4097;
}
</style>
border-color css
<style>
span { border-color: #BF4097; }
span { border-color: rgb(191,64,151); }
td.TdClassName
{
border-color: #BF4097;
}
.TagClassName
{
border-color: #BF4097;
}
</style>