Shades of Hopbush #BA6493
Tints of Hopbush #BA6493
RGB
CMYK
RGB Variations
Color information
#BA6493 (or 0xBA6493) is known color: Hopbush. HEX triplet: BA, 64 and 93. RGB value is (186,100,147). Sum of RGB (Red+Green+Blue) = 186+100+147=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6493 is #459B6C. Grayscale: #828282. Windows color (decimal): -4561773 or 9659578. OLE color: 9659578.
HSL color Cylindrical-coordinate representation of color #BA6493: hue angle of 327.21º 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 #BA6493 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 147 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.27 |
| HSL | 327.21º | 0.38% | 0.56% | - |
| HSV(B) | 327.21º | 0.46% | 0.73% | - |
| XYZ | 30.07 | 21.66 | 30.2 | - |
| YUV | 131.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 147 | 0 | 0.46 | 0.21 | 0.27 | 327.21 | 0.38 | 0.56 |
| Hex | BA | 64 | 93 | 0 | 2E | 15 | 1B | 147 | 26 | 38 |
| Octal | 272 | 144 | 223 | 0 | 56 | 25 | 33 | 507 | 46 | 70 |
| Binary | 10111010 | 1100100 | 10010011 | 0 | 101110 | 10101 | 11011 | 101000111 | 100110 | 111000 |
Color Harmonies of #BA6493
Complementary color
Monochromatic Colors of #BA6493
Black with #BA6493
Text Example
Text Example
White with #BA6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6493; }
p { color: rgb(186,100,147); }
H1.HeaderClassName
{
color: #BA6493;
}
.AnyTagClassName
{
color: #BA6493;
}
</style>
background-color css
<style>
a { background-color: #BA6493; }
a { background-color: rgb(186,100,147); }
div.DivClassName
{
background-color: #BA6493;
}
.BgClassName
{
background-color: #BA6493;
}
</style>
border-color css
<style>
span { border-color: #BA6493; }
span { border-color: rgb(186,100,147); }
td.TdClassName
{
border-color: #BA6493;
}
.TagClassName
{
border-color: #BA6493;
}
</style>