Shades of Mulberry #BF4A80
Tints of Mulberry #BF4A80
RGB
CMYK
RGB Variations
Color information
#BF4A80 (or 0xBF4A80) is known color: Mulberry. HEX triplet: BF, 4A and 80. RGB value is (191,74,128). Sum of RGB (Red+Green+Blue) = 191+74+128=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4A80 is #40B57F. Grayscale: #737373. Windows color (decimal): -4240768 or 8407743. OLE color: 8407743.
HSL color Cylindrical-coordinate representation of color #BF4A80: hue angle of 332.31º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4A80 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 128 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.25 |
| HSL | 332.31º | 0.48% | 0.52% | - |
| HSV(B) | 332.31º | 0.61% | 0.75% | - |
| XYZ | 27.83 | 17.53 | 22.34 | - |
| YUV | 115.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 128 | 0 | 0.61 | 0.33 | 0.25 | 332.31 | 0.48 | 0.52 |
| Hex | BF | 4A | 80 | 0 | 3D | 21 | 19 | 14C | 30 | 34 |
| Octal | 277 | 112 | 200 | 0 | 75 | 41 | 31 | 514 | 60 | 64 |
| Binary | 10111111 | 1001010 | 10000000 | 0 | 111101 | 100001 | 11001 | 101001100 | 110000 | 110100 |
Color Harmonies of #BF4A80
Complementary color
Monochromatic Colors of #BF4A80
Black with #BF4A80
Text Example
Text Example
White with #BF4A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A80; }
p { color: rgb(191,74,128); }
H1.HeaderClassName
{
color: #BF4A80;
}
.AnyTagClassName
{
color: #BF4A80;
}
</style>
background-color css
<style>
a { background-color: #BF4A80; }
a { background-color: rgb(191,74,128); }
div.DivClassName
{
background-color: #BF4A80;
}
.BgClassName
{
background-color: #BF4A80;
}
</style>
border-color css
<style>
span { border-color: #BF4A80; }
span { border-color: rgb(191,74,128); }
td.TdClassName
{
border-color: #BF4A80;
}
.TagClassName
{
border-color: #BF4A80;
}
</style>