Shades of Hopbush #BA6598
Tints of Hopbush #BA6598
RGB
CMYK
RGB Variations
Color information
#BA6598 (or 0xBA6598) is known color: Hopbush. HEX triplet: BA, 65 and 98. RGB value is (186,101,152). Sum of RGB (Red+Green+Blue) = 186+101+152=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6598 is #459A67. Grayscale: #848484. Windows color (decimal): -4561512 or 9987514. OLE color: 9987514.
HSL color Cylindrical-coordinate representation of color #BA6598: hue angle of 324º 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 #BA6598 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 152 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.27 |
| HSL | 324º | 0.38% | 0.56% | - |
| HSV(B) | 324º | 0.46% | 0.73% | - |
| XYZ | 30.57 | 22.01 | 32.34 | - |
| YUV | 132.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 152 | 0 | 0.46 | 0.18 | 0.27 | 324 | 0.38 | 0.56 |
| Hex | BA | 65 | 98 | 0 | 2E | 12 | 1B | 144 | 26 | 38 |
| Octal | 272 | 145 | 230 | 0 | 56 | 22 | 33 | 504 | 46 | 70 |
| Binary | 10111010 | 1100101 | 10011000 | 0 | 101110 | 10010 | 11011 | 101000100 | 100110 | 111000 |
Color Harmonies of #BA6598
Complementary color
Monochromatic Colors of #BA6598
Black with #BA6598
Text Example
Text Example
White with #BA6598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6598; }
p { color: rgb(186,101,152); }
H1.HeaderClassName
{
color: #BA6598;
}
.AnyTagClassName
{
color: #BA6598;
}
</style>
background-color css
<style>
a { background-color: #BA6598; }
a { background-color: rgb(186,101,152); }
div.DivClassName
{
background-color: #BA6598;
}
.BgClassName
{
background-color: #BA6598;
}
</style>
border-color css
<style>
span { border-color: #BA6598; }
span { border-color: rgb(186,101,152); }
td.TdClassName
{
border-color: #BA6598;
}
.TagClassName
{
border-color: #BA6598;
}
</style>