Shades of Mulberry #BF3E9F
Tints of Mulberry #BF3E9F
RGB
CMYK
RGB Variations
Color information
#BF3E9F (or 0xBF3E9F) is known color: Mulberry. HEX triplet: BF, 3E and 9F. RGB value is (191,62,159). Sum of RGB (Red+Green+Blue) = 191+62+159=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E9F is #40C160. Grayscale: #6F6F6F. Windows color (decimal): -4243809 or 10436287. OLE color: 10436287.
HSL color Cylindrical-coordinate representation of color #BF3E9F: hue angle of 314.88º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E9F is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 159 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.25 |
| HSL | 314.88º | 0.51% | 0.5% | - |
| HSV(B) | 314.88º | 0.68% | 0.75% | - |
| XYZ | 29.47 | 17.02 | 34.53 | - |
| YUV | 111.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 159 | 0 | 0.68 | 0.17 | 0.25 | 314.88 | 0.51 | 0.5 |
| Hex | BF | 3E | 9F | 0 | 44 | 11 | 19 | 13B | 33 | 32 |
| Octal | 277 | 76 | 237 | 0 | 104 | 21 | 31 | 473 | 63 | 62 |
| Binary | 10111111 | 111110 | 10011111 | 0 | 1000100 | 10001 | 11001 | 100111011 | 110011 | 110010 |
Color Harmonies of #BF3E9F
Complementary color
Monochromatic Colors of #BF3E9F
Black with #BF3E9F
Text Example
Text Example
White with #BF3E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E9F; }
p { color: rgb(191,62,159); }
H1.HeaderClassName
{
color: #BF3E9F;
}
.AnyTagClassName
{
color: #BF3E9F;
}
</style>
background-color css
<style>
a { background-color: #BF3E9F; }
a { background-color: rgb(191,62,159); }
div.DivClassName
{
background-color: #BF3E9F;
}
.BgClassName
{
background-color: #BF3E9F;
}
</style>
border-color css
<style>
span { border-color: #BF3E9F; }
span { border-color: rgb(191,62,159); }
td.TdClassName
{
border-color: #BF3E9F;
}
.TagClassName
{
border-color: #BF3E9F;
}
</style>