Shades of Mulberry #BA429A
Tints of Mulberry #BA429A
RGB
CMYK
RGB Variations
Color information
#BA429A (or 0xBA429A) is known color: Mulberry. HEX triplet: BA, 42 and 9A. RGB value is (186,66,154). Sum of RGB (Red+Green+Blue) = 186+66+154=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA429A is #45BD65. Grayscale: #6F6F6F. Windows color (decimal): -4570470 or 10109626. OLE color: 10109626.
HSL color Cylindrical-coordinate representation of color #BA429A: hue angle of 316º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA429A is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 154 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.27 |
| HSL | 316º | 0.48% | 0.49% | - |
| HSV(B) | 316º | 0.65% | 0.73% | - |
| XYZ | 28.03 | 16.67 | 32.31 | - |
| YUV | 111.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 154 | 0 | 0.65 | 0.17 | 0.27 | 316 | 0.48 | 0.49 |
| Hex | BA | 42 | 9A | 0 | 41 | 11 | 1B | 13C | 30 | 31 |
| Octal | 272 | 102 | 232 | 0 | 101 | 21 | 33 | 474 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10011010 | 0 | 1000001 | 10001 | 11011 | 100111100 | 110000 | 110001 |
Color Harmonies of #BA429A
Complementary color
Monochromatic Colors of #BA429A
Black with #BA429A
Text Example
Text Example
White with #BA429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA429A; }
p { color: rgb(186,66,154); }
H1.HeaderClassName
{
color: #BA429A;
}
.AnyTagClassName
{
color: #BA429A;
}
</style>
background-color css
<style>
a { background-color: #BA429A; }
a { background-color: rgb(186,66,154); }
div.DivClassName
{
background-color: #BA429A;
}
.BgClassName
{
background-color: #BA429A;
}
</style>
border-color css
<style>
span { border-color: #BA429A; }
span { border-color: rgb(186,66,154); }
td.TdClassName
{
border-color: #BA429A;
}
.TagClassName
{
border-color: #BA429A;
}
</style>