Shades of Mulberry #BF4EA5
Tints of Mulberry #BF4EA5
RGB
CMYK
RGB Variations
Color information
#BF4EA5 (or 0xBF4EA5) is known color: Mulberry. HEX triplet: BF, 4E and A5. RGB value is (191,78,165). Sum of RGB (Red+Green+Blue) = 191+78+165=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4EA5 is #40B15A. Grayscale: #797979. Windows color (decimal): -4239707 or 10833599. OLE color: 10833599.
HSL color Cylindrical-coordinate representation of color #BF4EA5: hue angle of 313.81º 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 #BF4EA5 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 165 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.25 |
| HSL | 313.81º | 0.47% | 0.53% | - |
| HSV(B) | 313.81º | 0.59% | 0.75% | - |
| XYZ | 31 | 19.24 | 37.68 | - |
| YUV | 121.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 165 | 0 | 0.59 | 0.14 | 0.25 | 313.81 | 0.47 | 0.53 |
| Hex | BF | 4E | A5 | 0 | 3B | E | 19 | 13A | 2F | 35 |
| Octal | 277 | 116 | 245 | 0 | 73 | 16 | 31 | 472 | 57 | 65 |
| Binary | 10111111 | 1001110 | 10100101 | 0 | 111011 | 1110 | 11001 | 100111010 | 101111 | 110101 |
Color Harmonies of #BF4EA5
Complementary color
Monochromatic Colors of #BF4EA5
Black with #BF4EA5
Text Example
Text Example
White with #BF4EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4EA5; }
p { color: rgb(191,78,165); }
H1.HeaderClassName
{
color: #BF4EA5;
}
.AnyTagClassName
{
color: #BF4EA5;
}
</style>
background-color css
<style>
a { background-color: #BF4EA5; }
a { background-color: rgb(191,78,165); }
div.DivClassName
{
background-color: #BF4EA5;
}
.BgClassName
{
background-color: #BF4EA5;
}
</style>
border-color css
<style>
span { border-color: #BF4EA5; }
span { border-color: rgb(191,78,165); }
td.TdClassName
{
border-color: #BF4EA5;
}
.TagClassName
{
border-color: #BF4EA5;
}
</style>