Shades of Mulberry #BF4E81
Tints of Mulberry #BF4E81
RGB
CMYK
RGB Variations
Color information
#BF4E81 (or 0xBF4E81) is known color: Mulberry. HEX triplet: BF, 4E and 81. RGB value is (191,78,129). Sum of RGB (Red+Green+Blue) = 191+78+129=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4E81 is #40B17E. Grayscale: #757575. Windows color (decimal): -4239743 or 8474303. OLE color: 8474303.
HSL color Cylindrical-coordinate representation of color #BF4E81: hue angle of 332.92º 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 #BF4E81 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 129 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.25 |
| HSL | 332.92º | 0.47% | 0.53% | - |
| HSV(B) | 332.92º | 0.59% | 0.75% | - |
| XYZ | 28.17 | 18.11 | 22.78 | - |
| YUV | 117.6 | 134.44 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 129 | 0 | 0.59 | 0.32 | 0.25 | 332.92 | 0.47 | 0.53 |
| Hex | BF | 4E | 81 | 0 | 3B | 20 | 19 | 14D | 2F | 35 |
| Octal | 277 | 116 | 201 | 0 | 73 | 40 | 31 | 515 | 57 | 65 |
| Binary | 10111111 | 1001110 | 10000001 | 0 | 111011 | 100000 | 11001 | 101001101 | 101111 | 110101 |
Color Harmonies of #BF4E81
Complementary color
Monochromatic Colors of #BF4E81
Black with #BF4E81
Text Example
Text Example
White with #BF4E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E81; }
p { color: rgb(191,78,129); }
H1.HeaderClassName
{
color: #BF4E81;
}
.AnyTagClassName
{
color: #BF4E81;
}
</style>
background-color css
<style>
a { background-color: #BF4E81; }
a { background-color: rgb(191,78,129); }
div.DivClassName
{
background-color: #BF4E81;
}
.BgClassName
{
background-color: #BF4E81;
}
</style>
border-color css
<style>
span { border-color: #BF4E81; }
span { border-color: rgb(191,78,129); }
td.TdClassName
{
border-color: #BF4E81;
}
.TagClassName
{
border-color: #BF4E81;
}
</style>