Shades of Mulberry #BF457F
Tints of Mulberry #BF457F
RGB
CMYK
RGB Variations
Color information
#BF457F (or 0xBF457F) is known color: Mulberry. HEX triplet: BF, 45 and 7F. RGB value is (191,69,127). Sum of RGB (Red+Green+Blue) = 191+69+127=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF457F is #40BA80. Grayscale: #6F6F6F. Windows color (decimal): -4242049 or 8340927. OLE color: 8340927.
HSL color Cylindrical-coordinate representation of color #BF457F: hue angle of 331.48º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF457F is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 127 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.25 |
| HSL | 331.48º | 0.49% | 0.51% | - |
| HSV(B) | 331.48º | 0.64% | 0.75% | - |
| XYZ | 27.44 | 16.86 | 21.89 | - |
| YUV | 112.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 127 | 0 | 0.64 | 0.34 | 0.25 | 331.48 | 0.49 | 0.51 |
| Hex | BF | 45 | 7F | 0 | 40 | 22 | 19 | 14B | 31 | 33 |
| Octal | 277 | 105 | 177 | 0 | 100 | 42 | 31 | 513 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1111111 | 0 | 1000000 | 100010 | 11001 | 101001011 | 110001 | 110011 |
Color Harmonies of #BF457F
Complementary color
Monochromatic Colors of #BF457F
Black with #BF457F
Text Example
Text Example
White with #BF457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF457F; }
p { color: rgb(191,69,127); }
H1.HeaderClassName
{
color: #BF457F;
}
.AnyTagClassName
{
color: #BF457F;
}
</style>
background-color css
<style>
a { background-color: #BF457F; }
a { background-color: rgb(191,69,127); }
div.DivClassName
{
background-color: #BF457F;
}
.BgClassName
{
background-color: #BF457F;
}
</style>
border-color css
<style>
span { border-color: #BF457F; }
span { border-color: rgb(191,69,127); }
td.TdClassName
{
border-color: #BF457F;
}
.TagClassName
{
border-color: #BF457F;
}
</style>