Shades of Mulberry #BA4F9B
Tints of Mulberry #BA4F9B
RGB
CMYK
RGB Variations
Color information
#BA4F9B (or 0xBA4F9B) is known color: Mulberry. HEX triplet: BA, 4F and 9B. RGB value is (186,79,155). Sum of RGB (Red+Green+Blue) = 186+79+155=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4F9B is #45B064. Grayscale: #777777. Windows color (decimal): -4567141 or 10178490. OLE color: 10178490.
HSL color Cylindrical-coordinate representation of color #BA4F9B: hue angle of 317.38º 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 #BA4F9B is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 155 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.27 |
| HSL | 317.38º | 0.44% | 0.52% | - |
| HSV(B) | 317.38º | 0.58% | 0.73% | - |
| XYZ | 28.96 | 18.4 | 33.03 | - |
| YUV | 119.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 155 | 0 | 0.58 | 0.17 | 0.27 | 317.38 | 0.44 | 0.52 |
| Hex | BA | 4F | 9B | 0 | 3A | 11 | 1B | 13D | 2C | 34 |
| Octal | 272 | 117 | 233 | 0 | 72 | 21 | 33 | 475 | 54 | 64 |
| Binary | 10111010 | 1001111 | 10011011 | 0 | 111010 | 10001 | 11011 | 100111101 | 101100 | 110100 |
Color Harmonies of #BA4F9B
Complementary color
Monochromatic Colors of #BA4F9B
Black with #BA4F9B
Text Example
Text Example
White with #BA4F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F9B; }
p { color: rgb(186,79,155); }
H1.HeaderClassName
{
color: #BA4F9B;
}
.AnyTagClassName
{
color: #BA4F9B;
}
</style>
background-color css
<style>
a { background-color: #BA4F9B; }
a { background-color: rgb(186,79,155); }
div.DivClassName
{
background-color: #BA4F9B;
}
.BgClassName
{
background-color: #BA4F9B;
}
</style>
border-color css
<style>
span { border-color: #BA4F9B; }
span { border-color: rgb(186,79,155); }
td.TdClassName
{
border-color: #BA4F9B;
}
.TagClassName
{
border-color: #BA4F9B;
}
</style>