Shades of Mulberry #BF4199
Tints of Mulberry #BF4199
RGB
CMYK
RGB Variations
Color information
#BF4199 (or 0xBF4199) is known color: Mulberry. HEX triplet: BF, 41 and 99. RGB value is (191,65,153). Sum of RGB (Red+Green+Blue) = 191+65+153=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4199 is #40BE66. Grayscale: #707070. Windows color (decimal): -4243047 or 10043839. OLE color: 10043839.
HSL color Cylindrical-coordinate representation of color #BF4199: hue angle of 318.1º 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 #BF4199 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 153 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.25 |
| HSL | 318.1º | 0.5% | 0.5% | - |
| HSV(B) | 318.1º | 0.66% | 0.75% | - |
| XYZ | 29.13 | 17.16 | 31.91 | - |
| YUV | 112.71 | 150.74 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 153 | 0 | 0.66 | 0.20 | 0.25 | 318.1 | 0.5 | 0.5 |
| Hex | BF | 41 | 99 | 0 | 42 | 14 | 19 | 13E | 32 | 32 |
| Octal | 277 | 101 | 231 | 0 | 102 | 24 | 31 | 476 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10011001 | 0 | 1000010 | 10100 | 11001 | 100111110 | 110010 | 110010 |
Color Harmonies of #BF4199
Complementary color
Monochromatic Colors of #BF4199
Black with #BF4199
Text Example
Text Example
White with #BF4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4199; }
p { color: rgb(191,65,153); }
H1.HeaderClassName
{
color: #BF4199;
}
.AnyTagClassName
{
color: #BF4199;
}
</style>
background-color css
<style>
a { background-color: #BF4199; }
a { background-color: rgb(191,65,153); }
div.DivClassName
{
background-color: #BF4199;
}
.BgClassName
{
background-color: #BF4199;
}
</style>
border-color css
<style>
span { border-color: #BF4199; }
span { border-color: rgb(191,65,153); }
td.TdClassName
{
border-color: #BF4199;
}
.TagClassName
{
border-color: #BF4199;
}
</style>