Shades of Mulberry #BA4F9C
Tints of Mulberry #BA4F9C
RGB
CMYK
RGB Variations
Color information
#BA4F9C (or 0xBA4F9C) is known color: Mulberry. HEX triplet: BA, 4F and 9C. RGB value is (186,79,156). Sum of RGB (Red+Green+Blue) = 186+79+156=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4F9C is #45B063. Grayscale: #777777. Windows color (decimal): -4567140 or 10244026. OLE color: 10244026.
HSL color Cylindrical-coordinate representation of color #BA4F9C: hue angle of 316.82º 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 #BA4F9C is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 156 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.27 |
| HSL | 316.82º | 0.44% | 0.52% | - |
| HSV(B) | 316.82º | 0.58% | 0.73% | - |
| XYZ | 29.05 | 18.43 | 33.48 | - |
| YUV | 119.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 156 | 0 | 0.58 | 0.16 | 0.27 | 316.82 | 0.44 | 0.52 |
| Hex | BA | 4F | 9C | 0 | 3A | 10 | 1B | 13D | 2C | 34 |
| Octal | 272 | 117 | 234 | 0 | 72 | 20 | 33 | 475 | 54 | 64 |
| Binary | 10111010 | 1001111 | 10011100 | 0 | 111010 | 10000 | 11011 | 100111101 | 101100 | 110100 |
Color Harmonies of #BA4F9C
Complementary color
Monochromatic Colors of #BA4F9C
Black with #BA4F9C
Text Example
Text Example
White with #BA4F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F9C; }
p { color: rgb(186,79,156); }
H1.HeaderClassName
{
color: #BA4F9C;
}
.AnyTagClassName
{
color: #BA4F9C;
}
</style>
background-color css
<style>
a { background-color: #BA4F9C; }
a { background-color: rgb(186,79,156); }
div.DivClassName
{
background-color: #BA4F9C;
}
.BgClassName
{
background-color: #BA4F9C;
}
</style>
border-color css
<style>
span { border-color: #BA4F9C; }
span { border-color: rgb(186,79,156); }
td.TdClassName
{
border-color: #BA4F9C;
}
.TagClassName
{
border-color: #BA4F9C;
}
</style>