Shades of Hopbush #BA6593
Tints of Hopbush #BA6593
RGB
CMYK
RGB Variations
Color information
#BA6593 (or 0xBA6593) is known color: Hopbush. HEX triplet: BA, 65 and 93. RGB value is (186,101,147). Sum of RGB (Red+Green+Blue) = 186+101+147=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6593 is #459A6C. Grayscale: #838383. Windows color (decimal): -4561517 or 9659834. OLE color: 9659834.
HSL color Cylindrical-coordinate representation of color #BA6593: hue angle of 327.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6593 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 147 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.27 |
| HSL | 327.53º | 0.38% | 0.56% | - |
| HSV(B) | 327.53º | 0.46% | 0.73% | - |
| XYZ | 30.17 | 21.85 | 30.23 | - |
| YUV | 131.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 147 | 0 | 0.46 | 0.21 | 0.27 | 327.53 | 0.38 | 0.56 |
| Hex | BA | 65 | 93 | 0 | 2E | 15 | 1B | 148 | 26 | 38 |
| Octal | 272 | 145 | 223 | 0 | 56 | 25 | 33 | 510 | 46 | 70 |
| Binary | 10111010 | 1100101 | 10010011 | 0 | 101110 | 10101 | 11011 | 101001000 | 100110 | 111000 |
Color Harmonies of #BA6593
Complementary color
Monochromatic Colors of #BA6593
Black with #BA6593
Text Example
Text Example
White with #BA6593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6593; }
p { color: rgb(186,101,147); }
H1.HeaderClassName
{
color: #BA6593;
}
.AnyTagClassName
{
color: #BA6593;
}
</style>
background-color css
<style>
a { background-color: #BA6593; }
a { background-color: rgb(186,101,147); }
div.DivClassName
{
background-color: #BA6593;
}
.BgClassName
{
background-color: #BA6593;
}
</style>
border-color css
<style>
span { border-color: #BA6593; }
span { border-color: rgb(186,101,147); }
td.TdClassName
{
border-color: #BA6593;
}
.TagClassName
{
border-color: #BA6593;
}
</style>