Shades of Mulberry #BF4FA3
Tints of Mulberry #BF4FA3
RGB
CMYK
RGB Variations
Color information
#BF4FA3 (or 0xBF4FA3) is known color: Mulberry. HEX triplet: BF, 4F and A3. RGB value is (191,79,163). Sum of RGB (Red+Green+Blue) = 191+79+163=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4FA3 is #40B05C. Grayscale: #797979. Windows color (decimal): -4239453 or 10702783. OLE color: 10702783.
HSL color Cylindrical-coordinate representation of color #BF4FA3: hue angle of 315º 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 #BF4FA3 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 163 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.25 |
| HSL | 315º | 0.47% | 0.53% | - |
| HSV(B) | 315º | 0.59% | 0.75% | - |
| XYZ | 30.89 | 19.31 | 36.75 | - |
| YUV | 122.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 163 | 0 | 0.59 | 0.15 | 0.25 | 315 | 0.47 | 0.53 |
| Hex | BF | 4F | A3 | 0 | 3B | F | 19 | 13B | 2F | 35 |
| Octal | 277 | 117 | 243 | 0 | 73 | 17 | 31 | 473 | 57 | 65 |
| Binary | 10111111 | 1001111 | 10100011 | 0 | 111011 | 1111 | 11001 | 100111011 | 101111 | 110101 |
Color Harmonies of #BF4FA3
Complementary color
Monochromatic Colors of #BF4FA3
Black with #BF4FA3
Text Example
Text Example
White with #BF4FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4FA3; }
p { color: rgb(191,79,163); }
H1.HeaderClassName
{
color: #BF4FA3;
}
.AnyTagClassName
{
color: #BF4FA3;
}
</style>
background-color css
<style>
a { background-color: #BF4FA3; }
a { background-color: rgb(191,79,163); }
div.DivClassName
{
background-color: #BF4FA3;
}
.BgClassName
{
background-color: #BF4FA3;
}
</style>
border-color css
<style>
span { border-color: #BF4FA3; }
span { border-color: rgb(191,79,163); }
td.TdClassName
{
border-color: #BF4FA3;
}
.TagClassName
{
border-color: #BF4FA3;
}
</style>