Shades of Mulberry #BF41A1
Tints of Mulberry #BF41A1
RGB
CMYK
RGB Variations
Color information
#BF41A1 (or 0xBF41A1) is known color: Mulberry. HEX triplet: BF, 41 and A1. RGB value is (191,65,161). Sum of RGB (Red+Green+Blue) = 191+65+161=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF41A1 is #40BE5E. Grayscale: #717171. Windows color (decimal): -4243039 or 10568127. OLE color: 10568127.
HSL color Cylindrical-coordinate representation of color #BF41A1: hue angle of 314.29º 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 #BF41A1 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 161 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.25 |
| HSL | 314.29º | 0.5% | 0.5% | - |
| HSV(B) | 314.29º | 0.66% | 0.75% | - |
| XYZ | 29.81 | 17.43 | 35.51 | - |
| YUV | 113.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 161 | 0 | 0.66 | 0.16 | 0.25 | 314.29 | 0.5 | 0.5 |
| Hex | BF | 41 | A1 | 0 | 42 | 10 | 19 | 13A | 32 | 32 |
| Octal | 277 | 101 | 241 | 0 | 102 | 20 | 31 | 472 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10100001 | 0 | 1000010 | 10000 | 11001 | 100111010 | 110010 | 110010 |
Color Harmonies of #BF41A1
Complementary color
Monochromatic Colors of #BF41A1
Black with #BF41A1
Text Example
Text Example
White with #BF41A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41A1; }
p { color: rgb(191,65,161); }
H1.HeaderClassName
{
color: #BF41A1;
}
.AnyTagClassName
{
color: #BF41A1;
}
</style>
background-color css
<style>
a { background-color: #BF41A1; }
a { background-color: rgb(191,65,161); }
div.DivClassName
{
background-color: #BF41A1;
}
.BgClassName
{
background-color: #BF41A1;
}
</style>
border-color css
<style>
span { border-color: #BF41A1; }
span { border-color: rgb(191,65,161); }
td.TdClassName
{
border-color: #BF41A1;
}
.TagClassName
{
border-color: #BF41A1;
}
</style>