Shades of Mulberry #BF40A1
Tints of Mulberry #BF40A1
RGB
CMYK
RGB Variations
Color information
#BF40A1 (or 0xBF40A1) is known color: Mulberry. HEX triplet: BF, 40 and A1. RGB value is (191,64,161). Sum of RGB (Red+Green+Blue) = 191+64+161=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40A1 is #40BF5E. Grayscale: #707070. Windows color (decimal): -4243295 or 10567871. OLE color: 10567871.
HSL color Cylindrical-coordinate representation of color #BF40A1: hue angle of 314.17º 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 #BF40A1 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 161 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.25 |
| HSL | 314.17º | 0.5% | 0.5% | - |
| HSV(B) | 314.17º | 0.66% | 0.75% | - |
| XYZ | 29.75 | 17.32 | 35.49 | - |
| YUV | 113.03 | 155.08 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 161 | 0 | 0.66 | 0.16 | 0.25 | 314.17 | 0.5 | 0.5 |
| Hex | BF | 40 | A1 | 0 | 42 | 10 | 19 | 13A | 32 | 32 |
| Octal | 277 | 100 | 241 | 0 | 102 | 20 | 31 | 472 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10100001 | 0 | 1000010 | 10000 | 11001 | 100111010 | 110010 | 110010 |
Color Harmonies of #BF40A1
Complementary color
Monochromatic Colors of #BF40A1
Black with #BF40A1
Text Example
Text Example
White with #BF40A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40A1; }
p { color: rgb(191,64,161); }
H1.HeaderClassName
{
color: #BF40A1;
}
.AnyTagClassName
{
color: #BF40A1;
}
</style>
background-color css
<style>
a { background-color: #BF40A1; }
a { background-color: rgb(191,64,161); }
div.DivClassName
{
background-color: #BF40A1;
}
.BgClassName
{
background-color: #BF40A1;
}
</style>
border-color css
<style>
span { border-color: #BF40A1; }
span { border-color: rgb(191,64,161); }
td.TdClassName
{
border-color: #BF40A1;
}
.TagClassName
{
border-color: #BF40A1;
}
</style>