Shades of Mulberry #BA43A3
Tints of Mulberry #BA43A3
RGB
CMYK
RGB Variations
Color information
#BA43A3 (or 0xBA43A3) is known color: Mulberry. HEX triplet: BA, 43 and A3. RGB value is (186,67,163). Sum of RGB (Red+Green+Blue) = 186+67+163=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA43A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA43A3 is #45BC5C. Grayscale: #717171. Windows color (decimal): -4570205 or 10699706. OLE color: 10699706.
HSL color Cylindrical-coordinate representation of color #BA43A3: hue angle of 311.6º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA43A3 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 163 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.27 |
| HSL | 311.6º | 0.47% | 0.5% | - |
| HSV(B) | 311.6º | 0.64% | 0.73% | - |
| XYZ | 28.87 | 17.1 | 36.43 | - |
| YUV | 113.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 163 | 0 | 0.64 | 0.12 | 0.27 | 311.6 | 0.47 | 0.5 |
| Hex | BA | 43 | A3 | 0 | 40 | C | 1B | 138 | 2F | 32 |
| Octal | 272 | 103 | 243 | 0 | 100 | 14 | 33 | 470 | 57 | 62 |
| Binary | 10111010 | 1000011 | 10100011 | 0 | 1000000 | 1100 | 11011 | 100111000 | 101111 | 110010 |
Color Harmonies of #BA43A3
Complementary color
Monochromatic Colors of #BA43A3
Black with #BA43A3
Text Example
Text Example
White with #BA43A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43A3; }
p { color: rgb(186,67,163); }
H1.HeaderClassName
{
color: #BA43A3;
}
.AnyTagClassName
{
color: #BA43A3;
}
</style>
background-color css
<style>
a { background-color: #BA43A3; }
a { background-color: rgb(186,67,163); }
div.DivClassName
{
background-color: #BA43A3;
}
.BgClassName
{
background-color: #BA43A3;
}
</style>
border-color css
<style>
span { border-color: #BA43A3; }
span { border-color: rgb(186,67,163); }
td.TdClassName
{
border-color: #BA43A3;
}
.TagClassName
{
border-color: #BA43A3;
}
</style>