Shades of Mulberry #BA4F90
Tints of Mulberry #BA4F90
RGB
CMYK
RGB Variations
Color information
#BA4F90 (or 0xBA4F90) is known color: Mulberry. HEX triplet: BA, 4F and 90. RGB value is (186,79,144). Sum of RGB (Red+Green+Blue) = 186+79+144=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4F90 is #45B06F. Grayscale: #767676. Windows color (decimal): -4567152 or 9457594. OLE color: 9457594.
HSL color Cylindrical-coordinate representation of color #BA4F90: hue angle of 323.55º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4F90 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 144 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.27 |
| HSL | 323.55º | 0.44% | 0.52% | - |
| HSV(B) | 323.55º | 0.58% | 0.73% | - |
| XYZ | 28.08 | 18.04 | 28.39 | - |
| YUV | 118.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 144 | 0 | 0.58 | 0.23 | 0.27 | 323.55 | 0.44 | 0.52 |
| Hex | BA | 4F | 90 | 0 | 3A | 17 | 1B | 144 | 2C | 34 |
| Octal | 272 | 117 | 220 | 0 | 72 | 27 | 33 | 504 | 54 | 64 |
| Binary | 10111010 | 1001111 | 10010000 | 0 | 111010 | 10111 | 11011 | 101000100 | 101100 | 110100 |
Color Harmonies of #BA4F90
Complementary color
Monochromatic Colors of #BA4F90
Black with #BA4F90
Text Example
Text Example
White with #BA4F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F90; }
p { color: rgb(186,79,144); }
H1.HeaderClassName
{
color: #BA4F90;
}
.AnyTagClassName
{
color: #BA4F90;
}
</style>
background-color css
<style>
a { background-color: #BA4F90; }
a { background-color: rgb(186,79,144); }
div.DivClassName
{
background-color: #BA4F90;
}
.BgClassName
{
background-color: #BA4F90;
}
</style>
border-color css
<style>
span { border-color: #BA4F90; }
span { border-color: rgb(186,79,144); }
td.TdClassName
{
border-color: #BA4F90;
}
.TagClassName
{
border-color: #BA4F90;
}
</style>