Shades of Mulberry #BA439C
Tints of Mulberry #BA439C
RGB
CMYK
RGB Variations
Color information
#BA439C (or 0xBA439C) is known color: Mulberry. HEX triplet: BA, 43 and 9C. RGB value is (186,67,156). Sum of RGB (Red+Green+Blue) = 186+67+156=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA439C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA439C is #45BC63. Grayscale: #707070. Windows color (decimal): -4570212 or 10240954. OLE color: 10240954.
HSL color Cylindrical-coordinate representation of color #BA439C: hue angle of 315.13º 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 #BA439C is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 156 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.27 |
| HSL | 315.13º | 0.47% | 0.5% | - |
| HSV(B) | 315.13º | 0.64% | 0.73% | - |
| XYZ | 28.26 | 16.85 | 33.22 | - |
| YUV | 112.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 156 | 0 | 0.64 | 0.16 | 0.27 | 315.13 | 0.47 | 0.5 |
| Hex | BA | 43 | 9C | 0 | 40 | 10 | 1B | 13B | 2F | 32 |
| Octal | 272 | 103 | 234 | 0 | 100 | 20 | 33 | 473 | 57 | 62 |
| Binary | 10111010 | 1000011 | 10011100 | 0 | 1000000 | 10000 | 11011 | 100111011 | 101111 | 110010 |
Color Harmonies of #BA439C
Complementary color
Monochromatic Colors of #BA439C
Black with #BA439C
Text Example
Text Example
White with #BA439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA439C; }
p { color: rgb(186,67,156); }
H1.HeaderClassName
{
color: #BA439C;
}
.AnyTagClassName
{
color: #BA439C;
}
</style>
background-color css
<style>
a { background-color: #BA439C; }
a { background-color: rgb(186,67,156); }
div.DivClassName
{
background-color: #BA439C;
}
.BgClassName
{
background-color: #BA439C;
}
</style>
border-color css
<style>
span { border-color: #BA439C; }
span { border-color: rgb(186,67,156); }
td.TdClassName
{
border-color: #BA439C;
}
.TagClassName
{
border-color: #BA439C;
}
</style>