Shades of Mulberry #BF4195
Tints of Mulberry #BF4195
RGB
CMYK
RGB Variations
Color information
#BF4195 (or 0xBF4195) is known color: Mulberry. HEX triplet: BF, 41 and 95. RGB value is (191,65,149). Sum of RGB (Red+Green+Blue) = 191+65+149=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4195 is #40BE6A. Grayscale: #707070. Windows color (decimal): -4243051 or 9781695. OLE color: 9781695.
HSL color Cylindrical-coordinate representation of color #BF4195: hue angle of 320º 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 #BF4195 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 149 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.25 |
| HSL | 320º | 0.5% | 0.5% | - |
| HSV(B) | 320º | 0.66% | 0.75% | - |
| XYZ | 28.8 | 17.03 | 30.2 | - |
| YUV | 112.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 149 | 0 | 0.66 | 0.22 | 0.25 | 320 | 0.5 | 0.5 |
| Hex | BF | 41 | 95 | 0 | 42 | 16 | 19 | 140 | 32 | 32 |
| Octal | 277 | 101 | 225 | 0 | 102 | 26 | 31 | 500 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10010101 | 0 | 1000010 | 10110 | 11001 | 101000000 | 110010 | 110010 |
Color Harmonies of #BF4195
Complementary color
Monochromatic Colors of #BF4195
Black with #BF4195
Text Example
Text Example
White with #BF4195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4195; }
p { color: rgb(191,65,149); }
H1.HeaderClassName
{
color: #BF4195;
}
.AnyTagClassName
{
color: #BF4195;
}
</style>
background-color css
<style>
a { background-color: #BF4195; }
a { background-color: rgb(191,65,149); }
div.DivClassName
{
background-color: #BF4195;
}
.BgClassName
{
background-color: #BF4195;
}
</style>
border-color css
<style>
span { border-color: #BF4195; }
span { border-color: rgb(191,65,149); }
td.TdClassName
{
border-color: #BF4195;
}
.TagClassName
{
border-color: #BF4195;
}
</style>