Shades of Mulberry #BA469C
Tints of Mulberry #BA469C
RGB
CMYK
RGB Variations
Color information
#BA469C (or 0xBA469C) is known color: Mulberry. HEX triplet: BA, 46 and 9C. RGB value is (186,70,156). Sum of RGB (Red+Green+Blue) = 186+70+156=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA469C is #45B963. Grayscale: #727272. Windows color (decimal): -4569444 or 10241722. OLE color: 10241722.
HSL color Cylindrical-coordinate representation of color #BA469C: hue angle of 315.52º degrees, saturation: 0.46, 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 #BA469C is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 156 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.27 |
| HSL | 315.52º | 0.46% | 0.5% | - |
| HSV(B) | 315.52º | 0.62% | 0.73% | - |
| XYZ | 28.44 | 17.22 | 33.28 | - |
| YUV | 114.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 156 | 0 | 0.62 | 0.16 | 0.27 | 315.52 | 0.46 | 0.5 |
| Hex | BA | 46 | 9C | 0 | 3E | 10 | 1B | 13C | 2E | 32 |
| Octal | 272 | 106 | 234 | 0 | 76 | 20 | 33 | 474 | 56 | 62 |
| Binary | 10111010 | 1000110 | 10011100 | 0 | 111110 | 10000 | 11011 | 100111100 | 101110 | 110010 |
Color Harmonies of #BA469C
Complementary color
Monochromatic Colors of #BA469C
Black with #BA469C
Text Example
Text Example
White with #BA469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA469C; }
p { color: rgb(186,70,156); }
H1.HeaderClassName
{
color: #BA469C;
}
.AnyTagClassName
{
color: #BA469C;
}
</style>
background-color css
<style>
a { background-color: #BA469C; }
a { background-color: rgb(186,70,156); }
div.DivClassName
{
background-color: #BA469C;
}
.BgClassName
{
background-color: #BA469C;
}
</style>
border-color css
<style>
span { border-color: #BA469C; }
span { border-color: rgb(186,70,156); }
td.TdClassName
{
border-color: #BA469C;
}
.TagClassName
{
border-color: #BA469C;
}
</style>