Shades of Mulberry #BF51A2
Tints of Mulberry #BF51A2
RGB
CMYK
RGB Variations
Color information
#BF51A2 (or 0xBF51A2) is known color: Mulberry. HEX triplet: BF, 51 and A2. RGB value is (191,81,162). Sum of RGB (Red+Green+Blue) = 191+81+162=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF51A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF51A2 is #40AE5D. Grayscale: #7A7A7A. Windows color (decimal): -4238942 or 10637759. OLE color: 10637759.
HSL color Cylindrical-coordinate representation of color #BF51A2: hue angle of 315.82º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF51A2 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 162 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.25 |
| HSL | 315.82º | 0.46% | 0.53% | - |
| HSV(B) | 315.82º | 0.58% | 0.75% | - |
| XYZ | 30.95 | 19.57 | 36.33 | - |
| YUV | 123.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 162 | 0 | 0.58 | 0.15 | 0.25 | 315.82 | 0.46 | 0.53 |
| Hex | BF | 51 | A2 | 0 | 3A | F | 19 | 13C | 2E | 35 |
| Octal | 277 | 121 | 242 | 0 | 72 | 17 | 31 | 474 | 56 | 65 |
| Binary | 10111111 | 1010001 | 10100010 | 0 | 111010 | 1111 | 11001 | 100111100 | 101110 | 110101 |
Color Harmonies of #BF51A2
Complementary color
Monochromatic Colors of #BF51A2
Black with #BF51A2
Text Example
Text Example
White with #BF51A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF51A2; }
p { color: rgb(191,81,162); }
H1.HeaderClassName
{
color: #BF51A2;
}
.AnyTagClassName
{
color: #BF51A2;
}
</style>
background-color css
<style>
a { background-color: #BF51A2; }
a { background-color: rgb(191,81,162); }
div.DivClassName
{
background-color: #BF51A2;
}
.BgClassName
{
background-color: #BF51A2;
}
</style>
border-color css
<style>
span { border-color: #BF51A2; }
span { border-color: rgb(191,81,162); }
td.TdClassName
{
border-color: #BF51A2;
}
.TagClassName
{
border-color: #BF51A2;
}
</style>