Shades of Mulberry #BF3E99
Tints of Mulberry #BF3E99
RGB
CMYK
RGB Variations
Color information
#BF3E99 (or 0xBF3E99) is known color: Mulberry. HEX triplet: BF, 3E and 99. RGB value is (191,62,153). Sum of RGB (Red+Green+Blue) = 191+62+153=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E99 is #40C166. Grayscale: #6E6E6E. Windows color (decimal): -4243815 or 10043071. OLE color: 10043071.
HSL color Cylindrical-coordinate representation of color #BF3E99: hue angle of 317.67º 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 #BF3E99 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 153 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.25 |
| HSL | 317.67º | 0.51% | 0.5% | - |
| HSV(B) | 317.67º | 0.68% | 0.75% | - |
| XYZ | 28.96 | 16.82 | 31.86 | - |
| YUV | 110.95 | 151.74 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 153 | 0 | 0.68 | 0.20 | 0.25 | 317.67 | 0.51 | 0.5 |
| Hex | BF | 3E | 99 | 0 | 44 | 14 | 19 | 13E | 33 | 32 |
| Octal | 277 | 76 | 231 | 0 | 104 | 24 | 31 | 476 | 63 | 62 |
| Binary | 10111111 | 111110 | 10011001 | 0 | 1000100 | 10100 | 11001 | 100111110 | 110011 | 110010 |
Color Harmonies of #BF3E99
Complementary color
Monochromatic Colors of #BF3E99
Black with #BF3E99
Text Example
Text Example
White with #BF3E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E99; }
p { color: rgb(191,62,153); }
H1.HeaderClassName
{
color: #BF3E99;
}
.AnyTagClassName
{
color: #BF3E99;
}
</style>
background-color css
<style>
a { background-color: #BF3E99; }
a { background-color: rgb(191,62,153); }
div.DivClassName
{
background-color: #BF3E99;
}
.BgClassName
{
background-color: #BF3E99;
}
</style>
border-color css
<style>
span { border-color: #BF3E99; }
span { border-color: rgb(191,62,153); }
td.TdClassName
{
border-color: #BF3E99;
}
.TagClassName
{
border-color: #BF3E99;
}
</style>