Shades of Mulberry #BA609E
Tints of Mulberry #BA609E
RGB
CMYK
RGB Variations
Color information
#BA609E (or 0xBA609E) is known color: Mulberry. HEX triplet: BA, 60 and 9E. RGB value is (186,96,158). Sum of RGB (Red+Green+Blue) = 186+96+158=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA609E is #459F61. Grayscale: #818181. Windows color (decimal): -4562786 or 10379450. OLE color: 10379450.
HSL color Cylindrical-coordinate representation of color #BA609E: hue angle of 318.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA609E is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 158 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.27 |
| HSL | 318.67º | 0.39% | 0.55% | - |
| HSV(B) | 318.67º | 0.48% | 0.73% | - |
| XYZ | 30.6 | 21.27 | 34.84 | - |
| YUV | 129.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 158 | 0 | 0.48 | 0.15 | 0.27 | 318.67 | 0.39 | 0.55 |
| Hex | BA | 60 | 9E | 0 | 30 | F | 1B | 13F | 27 | 37 |
| Octal | 272 | 140 | 236 | 0 | 60 | 17 | 33 | 477 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10011110 | 0 | 110000 | 1111 | 11011 | 100111111 | 100111 | 110111 |
Color Harmonies of #BA609E
Complementary color
Monochromatic Colors of #BA609E
Black with #BA609E
Text Example
Text Example
White with #BA609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA609E; }
p { color: rgb(186,96,158); }
H1.HeaderClassName
{
color: #BA609E;
}
.AnyTagClassName
{
color: #BA609E;
}
</style>
background-color css
<style>
a { background-color: #BA609E; }
a { background-color: rgb(186,96,158); }
div.DivClassName
{
background-color: #BA609E;
}
.BgClassName
{
background-color: #BA609E;
}
</style>
border-color css
<style>
span { border-color: #BA609E; }
span { border-color: rgb(186,96,158); }
td.TdClassName
{
border-color: #BA609E;
}
.TagClassName
{
border-color: #BA609E;
}
</style>