Shades of Mulberry #BF478E
Tints of Mulberry #BF478E
RGB
CMYK
RGB Variations
Color information
#BF478E (or 0xBF478E) is known color: Mulberry. HEX triplet: BF, 47 and 8E. RGB value is (191,71,142). Sum of RGB (Red+Green+Blue) = 191+71+142=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF478E is #40B871. Grayscale: #727272. Windows color (decimal): -4241522 or 9324479. OLE color: 9324479.
HSL color Cylindrical-coordinate representation of color #BF478E: hue angle of 324.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF478E is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 142 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.25 |
| HSL | 324.5º | 0.48% | 0.51% | - |
| HSV(B) | 324.5º | 0.63% | 0.75% | - |
| XYZ | 28.62 | 17.54 | 27.47 | - |
| YUV | 114.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 142 | 0 | 0.63 | 0.26 | 0.25 | 324.5 | 0.48 | 0.51 |
| Hex | BF | 47 | 8E | 0 | 3F | 1A | 19 | 144 | 30 | 33 |
| Octal | 277 | 107 | 216 | 0 | 77 | 32 | 31 | 504 | 60 | 63 |
| Binary | 10111111 | 1000111 | 10001110 | 0 | 111111 | 11010 | 11001 | 101000100 | 110000 | 110011 |
Color Harmonies of #BF478E
Complementary color
Monochromatic Colors of #BF478E
Black with #BF478E
Text Example
Text Example
White with #BF478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF478E; }
p { color: rgb(191,71,142); }
H1.HeaderClassName
{
color: #BF478E;
}
.AnyTagClassName
{
color: #BF478E;
}
</style>
background-color css
<style>
a { background-color: #BF478E; }
a { background-color: rgb(191,71,142); }
div.DivClassName
{
background-color: #BF478E;
}
.BgClassName
{
background-color: #BF478E;
}
</style>
border-color css
<style>
span { border-color: #BF478E; }
span { border-color: rgb(191,71,142); }
td.TdClassName
{
border-color: #BF478E;
}
.TagClassName
{
border-color: #BF478E;
}
</style>