Shades of Mulberry #BF61A1
Tints of Mulberry #BF61A1
RGB
CMYK
RGB Variations
Color information
#BF61A1 (or 0xBF61A1) is known color: Mulberry. HEX triplet: BF, 61 and A1. RGB value is (191,97,161). Sum of RGB (Red+Green+Blue) = 191+97+161=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF61A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF61A1 is #409E5E. Grayscale: #848484. Windows color (decimal): -4234847 or 10576319. OLE color: 10576319.
HSL color Cylindrical-coordinate representation of color #BF61A1: hue angle of 319.15º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF61A1 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 161 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.25 |
| HSL | 319.15º | 0.42% | 0.56% | - |
| HSV(B) | 319.15º | 0.49% | 0.75% | - |
| XYZ | 32.19 | 22.2 | 36.31 | - |
| YUV | 132.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 161 | 0 | 0.49 | 0.16 | 0.25 | 319.15 | 0.42 | 0.56 |
| Hex | BF | 61 | A1 | 0 | 31 | 10 | 19 | 13F | 2A | 38 |
| Octal | 277 | 141 | 241 | 0 | 61 | 20 | 31 | 477 | 52 | 70 |
| Binary | 10111111 | 1100001 | 10100001 | 0 | 110001 | 10000 | 11001 | 100111111 | 101010 | 111000 |
Color Harmonies of #BF61A1
Complementary color
Monochromatic Colors of #BF61A1
Black with #BF61A1
Text Example
Text Example
White with #BF61A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF61A1; }
p { color: rgb(191,97,161); }
H1.HeaderClassName
{
color: #BF61A1;
}
.AnyTagClassName
{
color: #BF61A1;
}
</style>
background-color css
<style>
a { background-color: #BF61A1; }
a { background-color: rgb(191,97,161); }
div.DivClassName
{
background-color: #BF61A1;
}
.BgClassName
{
background-color: #BF61A1;
}
</style>
border-color css
<style>
span { border-color: #BF61A1; }
span { border-color: rgb(191,97,161); }
td.TdClassName
{
border-color: #BF61A1;
}
.TagClassName
{
border-color: #BF61A1;
}
</style>