Shades of Mulberry #BA439A
Tints of Mulberry #BA439A
RGB
CMYK
RGB Variations
Color information
#BA439A (or 0xBA439A) is known color: Mulberry. HEX triplet: BA, 43 and 9A. RGB value is (186,67,154). Sum of RGB (Red+Green+Blue) = 186+67+154=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA439A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA439A is #45BC65. Grayscale: #707070. Windows color (decimal): -4570214 or 10109882. OLE color: 10109882.
HSL color Cylindrical-coordinate representation of color #BA439A: hue angle of 316.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 #BA439A is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 154 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.27 |
| HSL | 316.13º | 0.47% | 0.5% | - |
| HSV(B) | 316.13º | 0.64% | 0.73% | - |
| XYZ | 28.09 | 16.79 | 32.33 | - |
| YUV | 112.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 154 | 0 | 0.64 | 0.17 | 0.27 | 316.13 | 0.47 | 0.5 |
| Hex | BA | 43 | 9A | 0 | 40 | 11 | 1B | 13C | 2F | 32 |
| Octal | 272 | 103 | 232 | 0 | 100 | 21 | 33 | 474 | 57 | 62 |
| Binary | 10111010 | 1000011 | 10011010 | 0 | 1000000 | 10001 | 11011 | 100111100 | 101111 | 110010 |
Color Harmonies of #BA439A
Complementary color
Monochromatic Colors of #BA439A
Black with #BA439A
Text Example
Text Example
White with #BA439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA439A; }
p { color: rgb(186,67,154); }
H1.HeaderClassName
{
color: #BA439A;
}
.AnyTagClassName
{
color: #BA439A;
}
</style>
background-color css
<style>
a { background-color: #BA439A; }
a { background-color: rgb(186,67,154); }
div.DivClassName
{
background-color: #BA439A;
}
.BgClassName
{
background-color: #BA439A;
}
</style>
border-color css
<style>
span { border-color: #BA439A; }
span { border-color: rgb(186,67,154); }
td.TdClassName
{
border-color: #BA439A;
}
.TagClassName
{
border-color: #BA439A;
}
</style>