Shades of Mulberry #BF5FA1
Tints of Mulberry #BF5FA1
RGB
CMYK
RGB Variations
Color information
#BF5FA1 (or 0xBF5FA1) is known color: Mulberry. HEX triplet: BF, 5F and A1. RGB value is (191,95,161). Sum of RGB (Red+Green+Blue) = 191+95+161=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5FA1 is #40A05E. Grayscale: #838383. Windows color (decimal): -4235359 or 10575807. OLE color: 10575807.
HSL color Cylindrical-coordinate representation of color #BF5FA1: hue angle of 318.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF5FA1 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 95 | 161 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.25 |
| HSL | 318.75º | 0.43% | 0.56% | - |
| HSV(B) | 318.75º | 0.5% | 0.75% | - |
| XYZ | 32.01 | 21.83 | 36.25 | - |
| YUV | 131.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 95 | 161 | 0 | 0.50 | 0.16 | 0.25 | 318.75 | 0.43 | 0.56 |
| Hex | BF | 5F | A1 | 0 | 32 | 10 | 19 | 13F | 2B | 38 |
| Octal | 277 | 137 | 241 | 0 | 62 | 20 | 31 | 477 | 53 | 70 |
| Binary | 10111111 | 1011111 | 10100001 | 0 | 110010 | 10000 | 11001 | 100111111 | 101011 | 111000 |
Color Harmonies of #BF5FA1
Complementary color
Monochromatic Colors of #BF5FA1
Black with #BF5FA1
Text Example
Text Example
White with #BF5FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5FA1; }
p { color: rgb(191,95,161); }
H1.HeaderClassName
{
color: #BF5FA1;
}
.AnyTagClassName
{
color: #BF5FA1;
}
</style>
background-color css
<style>
a { background-color: #BF5FA1; }
a { background-color: rgb(191,95,161); }
div.DivClassName
{
background-color: #BF5FA1;
}
.BgClassName
{
background-color: #BF5FA1;
}
</style>
border-color css
<style>
span { border-color: #BF5FA1; }
span { border-color: rgb(191,95,161); }
td.TdClassName
{
border-color: #BF5FA1;
}
.TagClassName
{
border-color: #BF5FA1;
}
</style>