Shades of Mulberry #BA5382
Tints of Mulberry #BA5382
RGB
CMYK
RGB Variations
Color information
#BA5382 (or 0xBA5382) is known color: Mulberry. HEX triplet: BA, 53 and 82. RGB value is (186,83,130). Sum of RGB (Red+Green+Blue) = 186+83+130=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5382 is #45AC7D. Grayscale: #777777. Windows color (decimal): -4566142 or 8541114. OLE color: 8541114.
HSL color Cylindrical-coordinate representation of color #BA5382: hue angle of 332.62º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5382 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 130 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.27 |
| HSL | 332.62º | 0.43% | 0.53% | - |
| HSV(B) | 332.62º | 0.55% | 0.73% | - |
| XYZ | 27.37 | 18.24 | 23.2 | - |
| YUV | 119.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 130 | 0 | 0.55 | 0.30 | 0.27 | 332.62 | 0.43 | 0.53 |
| Hex | BA | 53 | 82 | 0 | 37 | 1E | 1B | 14D | 2B | 35 |
| Octal | 272 | 123 | 202 | 0 | 67 | 36 | 33 | 515 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10000010 | 0 | 110111 | 11110 | 11011 | 101001101 | 101011 | 110101 |
Color Harmonies of #BA5382
Complementary color
Monochromatic Colors of #BA5382
Black with #BA5382
Text Example
Text Example
White with #BA5382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5382; }
p { color: rgb(186,83,130); }
H1.HeaderClassName
{
color: #BA5382;
}
.AnyTagClassName
{
color: #BA5382;
}
</style>
background-color css
<style>
a { background-color: #BA5382; }
a { background-color: rgb(186,83,130); }
div.DivClassName
{
background-color: #BA5382;
}
.BgClassName
{
background-color: #BA5382;
}
</style>
border-color css
<style>
span { border-color: #BA5382; }
span { border-color: rgb(186,83,130); }
td.TdClassName
{
border-color: #BA5382;
}
.TagClassName
{
border-color: #BA5382;
}
</style>