Shades of Mulberry #BF4FA2
Tints of Mulberry #BF4FA2
RGB
CMYK
RGB Variations
Color information
#BF4FA2 (or 0xBF4FA2) is known color: Mulberry. HEX triplet: BF, 4F and A2. RGB value is (191,79,162). Sum of RGB (Red+Green+Blue) = 191+79+162=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4FA2 is #40B05D. Grayscale: #797979. Windows color (decimal): -4239454 or 10637247. OLE color: 10637247.
HSL color Cylindrical-coordinate representation of color #BF4FA2: hue angle of 315.54º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4FA2 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 162 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.25 |
| HSL | 315.54º | 0.47% | 0.53% | - |
| HSV(B) | 315.54º | 0.59% | 0.75% | - |
| XYZ | 30.8 | 19.28 | 36.28 | - |
| YUV | 121.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 162 | 0 | 0.59 | 0.15 | 0.25 | 315.54 | 0.47 | 0.53 |
| Hex | BF | 4F | A2 | 0 | 3B | F | 19 | 13C | 2F | 35 |
| Octal | 277 | 117 | 242 | 0 | 73 | 17 | 31 | 474 | 57 | 65 |
| Binary | 10111111 | 1001111 | 10100010 | 0 | 111011 | 1111 | 11001 | 100111100 | 101111 | 110101 |
Color Harmonies of #BF4FA2
Complementary color
Monochromatic Colors of #BF4FA2
Black with #BF4FA2
Text Example
Text Example
White with #BF4FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4FA2; }
p { color: rgb(191,79,162); }
H1.HeaderClassName
{
color: #BF4FA2;
}
.AnyTagClassName
{
color: #BF4FA2;
}
</style>
background-color css
<style>
a { background-color: #BF4FA2; }
a { background-color: rgb(191,79,162); }
div.DivClassName
{
background-color: #BF4FA2;
}
.BgClassName
{
background-color: #BF4FA2;
}
</style>
border-color css
<style>
span { border-color: #BF4FA2; }
span { border-color: rgb(191,79,162); }
td.TdClassName
{
border-color: #BF4FA2;
}
.TagClassName
{
border-color: #BF4FA2;
}
</style>