Shades of Mulberry #BA608D
Tints of Mulberry #BA608D
RGB
CMYK
RGB Variations
Color information
#BA608D (or 0xBA608D) is known color: Mulberry. HEX triplet: BA, 60 and 8D. RGB value is (186,96,141). Sum of RGB (Red+Green+Blue) = 186+96+141=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA608D is #459F72. Grayscale: #7F7F7F. Windows color (decimal): -4562803 or 9265338. OLE color: 9265338.
HSL color Cylindrical-coordinate representation of color #BA608D: hue angle of 330º 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 #BA608D is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 141 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.27 |
| HSL | 330º | 0.39% | 0.55% | - |
| HSV(B) | 330º | 0.48% | 0.73% | - |
| XYZ | 29.24 | 20.73 | 27.66 | - |
| YUV | 128.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 141 | 0 | 0.48 | 0.24 | 0.27 | 330 | 0.39 | 0.55 |
| Hex | BA | 60 | 8D | 0 | 30 | 18 | 1B | 14A | 27 | 37 |
| Octal | 272 | 140 | 215 | 0 | 60 | 30 | 33 | 512 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10001101 | 0 | 110000 | 11000 | 11011 | 101001010 | 100111 | 110111 |
Color Harmonies of #BA608D
Complementary color
Monochromatic Colors of #BA608D
Black with #BA608D
Text Example
Text Example
White with #BA608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA608D; }
p { color: rgb(186,96,141); }
H1.HeaderClassName
{
color: #BA608D;
}
.AnyTagClassName
{
color: #BA608D;
}
</style>
background-color css
<style>
a { background-color: #BA608D; }
a { background-color: rgb(186,96,141); }
div.DivClassName
{
background-color: #BA608D;
}
.BgClassName
{
background-color: #BA608D;
}
</style>
border-color css
<style>
span { border-color: #BA608D; }
span { border-color: rgb(186,96,141); }
td.TdClassName
{
border-color: #BA608D;
}
.TagClassName
{
border-color: #BA608D;
}
</style>