Shades of Mulberry #BF41A6
Tints of Mulberry #BF41A6
RGB
CMYK
RGB Variations
Color information
#BF41A6 (or 0xBF41A6) is known color: Mulberry. HEX triplet: BF, 41 and A6. RGB value is (191,65,166). Sum of RGB (Red+Green+Blue) = 191+65+166=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF41A6 is #40BE59. Grayscale: #717171. Windows color (decimal): -4243034 or 10895807. OLE color: 10895807.
HSL color Cylindrical-coordinate representation of color #BF41A6: hue angle of 311.9º 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 #BF41A6 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 166 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.25 |
| HSL | 311.9º | 0.5% | 0.5% | - |
| HSV(B) | 311.9º | 0.66% | 0.75% | - |
| XYZ | 30.26 | 17.61 | 37.88 | - |
| YUV | 114.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 166 | 0 | 0.66 | 0.13 | 0.25 | 311.9 | 0.5 | 0.5 |
| Hex | BF | 41 | A6 | 0 | 42 | D | 19 | 138 | 32 | 32 |
| Octal | 277 | 101 | 246 | 0 | 102 | 15 | 31 | 470 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10100110 | 0 | 1000010 | 1101 | 11001 | 100111000 | 110010 | 110010 |
Color Harmonies of #BF41A6
Complementary color
Monochromatic Colors of #BF41A6
Black with #BF41A6
Text Example
Text Example
White with #BF41A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41A6; }
p { color: rgb(191,65,166); }
H1.HeaderClassName
{
color: #BF41A6;
}
.AnyTagClassName
{
color: #BF41A6;
}
</style>
background-color css
<style>
a { background-color: #BF41A6; }
a { background-color: rgb(191,65,166); }
div.DivClassName
{
background-color: #BF41A6;
}
.BgClassName
{
background-color: #BF41A6;
}
</style>
border-color css
<style>
span { border-color: #BF41A6; }
span { border-color: rgb(191,65,166); }
td.TdClassName
{
border-color: #BF41A6;
}
.TagClassName
{
border-color: #BF41A6;
}
</style>