Shades of Mulberry #BA478F
Tints of Mulberry #BA478F
RGB
CMYK
RGB Variations
Color information
#BA478F (or 0xBA478F) is known color: Mulberry. HEX triplet: BA, 47 and 8F. RGB value is (186,71,143). Sum of RGB (Red+Green+Blue) = 186+71+143=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA478F is #45B870. Grayscale: #717171. Windows color (decimal): -4569201 or 9390010. OLE color: 9390010.
HSL color Cylindrical-coordinate representation of color #BA478F: hue angle of 322.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA478F is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 143 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.27 |
| HSL | 322.43º | 0.45% | 0.5% | - |
| HSV(B) | 322.43º | 0.62% | 0.73% | - |
| XYZ | 27.46 | 16.93 | 27.81 | - |
| YUV | 113.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 143 | 0 | 0.62 | 0.23 | 0.27 | 322.43 | 0.45 | 0.5 |
| Hex | BA | 47 | 8F | 0 | 3E | 17 | 1B | 142 | 2D | 32 |
| Octal | 272 | 107 | 217 | 0 | 76 | 27 | 33 | 502 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10001111 | 0 | 111110 | 10111 | 11011 | 101000010 | 101101 | 110010 |
Color Harmonies of #BA478F
Complementary color
Monochromatic Colors of #BA478F
Black with #BA478F
Text Example
Text Example
White with #BA478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA478F; }
p { color: rgb(186,71,143); }
H1.HeaderClassName
{
color: #BA478F;
}
.AnyTagClassName
{
color: #BA478F;
}
</style>
background-color css
<style>
a { background-color: #BA478F; }
a { background-color: rgb(186,71,143); }
div.DivClassName
{
background-color: #BA478F;
}
.BgClassName
{
background-color: #BA478F;
}
</style>
border-color css
<style>
span { border-color: #BA478F; }
span { border-color: rgb(186,71,143); }
td.TdClassName
{
border-color: #BA478F;
}
.TagClassName
{
border-color: #BA478F;
}
</style>