Shades of Mulberry #BF52A1
Tints of Mulberry #BF52A1
RGB
CMYK
RGB Variations
Color information
#BF52A1 (or 0xBF52A1) is known color: Mulberry. HEX triplet: BF, 52 and A1. RGB value is (191,82,161). Sum of RGB (Red+Green+Blue) = 191+82+161=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF52A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF52A1 is #40AD5E. Grayscale: #7B7B7B. Windows color (decimal): -4238687 or 10572479. OLE color: 10572479.
HSL color Cylindrical-coordinate representation of color #BF52A1: hue angle of 316.51º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF52A1 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 161 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.25 |
| HSL | 316.51º | 0.46% | 0.54% | - |
| HSV(B) | 316.51º | 0.57% | 0.75% | - |
| XYZ | 30.94 | 19.68 | 35.89 | - |
| YUV | 123.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 161 | 0 | 0.57 | 0.16 | 0.25 | 316.51 | 0.46 | 0.54 |
| Hex | BF | 52 | A1 | 0 | 39 | 10 | 19 | 13D | 2E | 36 |
| Octal | 277 | 122 | 241 | 0 | 71 | 20 | 31 | 475 | 56 | 66 |
| Binary | 10111111 | 1010010 | 10100001 | 0 | 111001 | 10000 | 11001 | 100111101 | 101110 | 110110 |
Color Harmonies of #BF52A1
Complementary color
Monochromatic Colors of #BF52A1
Black with #BF52A1
Text Example
Text Example
White with #BF52A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF52A1; }
p { color: rgb(191,82,161); }
H1.HeaderClassName
{
color: #BF52A1;
}
.AnyTagClassName
{
color: #BF52A1;
}
</style>
background-color css
<style>
a { background-color: #BF52A1; }
a { background-color: rgb(191,82,161); }
div.DivClassName
{
background-color: #BF52A1;
}
.BgClassName
{
background-color: #BF52A1;
}
</style>
border-color css
<style>
span { border-color: #BF52A1; }
span { border-color: rgb(191,82,161); }
td.TdClassName
{
border-color: #BF52A1;
}
.TagClassName
{
border-color: #BF52A1;
}
</style>