Shades of Mulberry #BF4E8A
Tints of Mulberry #BF4E8A
RGB
CMYK
RGB Variations
Color information
#BF4E8A (or 0xBF4E8A) is known color: Mulberry. HEX triplet: BF, 4E and 8A. RGB value is (191,78,138). Sum of RGB (Red+Green+Blue) = 191+78+138=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4E8A is #40B175. Grayscale: #767676. Windows color (decimal): -4239734 or 9064127. OLE color: 9064127.
HSL color Cylindrical-coordinate representation of color #BF4E8A: hue angle of 328.14º 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 #BF4E8A is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 138 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.25 |
| HSL | 328.14º | 0.47% | 0.53% | - |
| HSV(B) | 328.14º | 0.59% | 0.75% | - |
| XYZ | 28.8 | 18.36 | 26.07 | - |
| YUV | 118.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 138 | 0 | 0.59 | 0.28 | 0.25 | 328.14 | 0.47 | 0.53 |
| Hex | BF | 4E | 8A | 0 | 3B | 1C | 19 | 148 | 2F | 35 |
| Octal | 277 | 116 | 212 | 0 | 73 | 34 | 31 | 510 | 57 | 65 |
| Binary | 10111111 | 1001110 | 10001010 | 0 | 111011 | 11100 | 11001 | 101001000 | 101111 | 110101 |
Color Harmonies of #BF4E8A
Complementary color
Monochromatic Colors of #BF4E8A
Black with #BF4E8A
Text Example
Text Example
White with #BF4E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E8A; }
p { color: rgb(191,78,138); }
H1.HeaderClassName
{
color: #BF4E8A;
}
.AnyTagClassName
{
color: #BF4E8A;
}
</style>
background-color css
<style>
a { background-color: #BF4E8A; }
a { background-color: rgb(191,78,138); }
div.DivClassName
{
background-color: #BF4E8A;
}
.BgClassName
{
background-color: #BF4E8A;
}
</style>
border-color css
<style>
span { border-color: #BF4E8A; }
span { border-color: rgb(191,78,138); }
td.TdClassName
{
border-color: #BF4E8A;
}
.TagClassName
{
border-color: #BF4E8A;
}
</style>