Shades of Mulberry #BA4293
Tints of Mulberry #BA4293
RGB
CMYK
RGB Variations
Color information
#BA4293 (or 0xBA4293) is known color: Mulberry. HEX triplet: BA, 42 and 93. RGB value is (186,66,147). Sum of RGB (Red+Green+Blue) = 186+66+147=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4293 is #45BD6C. Grayscale: #6E6E6E. Windows color (decimal): -4570477 or 9650874. OLE color: 9650874.
HSL color Cylindrical-coordinate representation of color #BA4293: hue angle of 319.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4293 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 147 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.27 |
| HSL | 319.5º | 0.48% | 0.49% | - |
| HSV(B) | 319.5º | 0.65% | 0.73% | - |
| XYZ | 27.46 | 16.44 | 29.33 | - |
| YUV | 111.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 147 | 0 | 0.65 | 0.21 | 0.27 | 319.5 | 0.48 | 0.49 |
| Hex | BA | 42 | 93 | 0 | 41 | 15 | 1B | 140 | 30 | 31 |
| Octal | 272 | 102 | 223 | 0 | 101 | 25 | 33 | 500 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10010011 | 0 | 1000001 | 10101 | 11011 | 101000000 | 110000 | 110001 |
Color Harmonies of #BA4293
Complementary color
Monochromatic Colors of #BA4293
Black with #BA4293
Text Example
Text Example
White with #BA4293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4293; }
p { color: rgb(186,66,147); }
H1.HeaderClassName
{
color: #BA4293;
}
.AnyTagClassName
{
color: #BA4293;
}
</style>
background-color css
<style>
a { background-color: #BA4293; }
a { background-color: rgb(186,66,147); }
div.DivClassName
{
background-color: #BA4293;
}
.BgClassName
{
background-color: #BA4293;
}
</style>
border-color css
<style>
span { border-color: #BA4293; }
span { border-color: rgb(186,66,147); }
td.TdClassName
{
border-color: #BA4293;
}
.TagClassName
{
border-color: #BA4293;
}
</style>