Shades of Hopbush #BA6498
Tints of Hopbush #BA6498
RGB
CMYK
RGB Variations
Color information
#BA6498 (or 0xBA6498) is known color: Hopbush. HEX triplet: BA, 64 and 98. RGB value is (186,100,152). Sum of RGB (Red+Green+Blue) = 186+100+152=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6498 is #459B67. Grayscale: #838383. Windows color (decimal): -4561768 or 9987258. OLE color: 9987258.
HSL color Cylindrical-coordinate representation of color #BA6498: hue angle of 323.72º 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 #BA6498 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 152 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.27 |
| HSL | 323.72º | 0.38% | 0.56% | - |
| HSV(B) | 323.72º | 0.46% | 0.73% | - |
| XYZ | 30.47 | 21.82 | 32.31 | - |
| YUV | 131.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 152 | 0 | 0.46 | 0.18 | 0.27 | 323.72 | 0.38 | 0.56 |
| Hex | BA | 64 | 98 | 0 | 2E | 12 | 1B | 144 | 26 | 38 |
| Octal | 272 | 144 | 230 | 0 | 56 | 22 | 33 | 504 | 46 | 70 |
| Binary | 10111010 | 1100100 | 10011000 | 0 | 101110 | 10010 | 11011 | 101000100 | 100110 | 111000 |
Color Harmonies of #BA6498
Complementary color
Monochromatic Colors of #BA6498
Black with #BA6498
Text Example
Text Example
White with #BA6498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6498; }
p { color: rgb(186,100,152); }
H1.HeaderClassName
{
color: #BA6498;
}
.AnyTagClassName
{
color: #BA6498;
}
</style>
background-color css
<style>
a { background-color: #BA6498; }
a { background-color: rgb(186,100,152); }
div.DivClassName
{
background-color: #BA6498;
}
.BgClassName
{
background-color: #BA6498;
}
</style>
border-color css
<style>
span { border-color: #BA6498; }
span { border-color: rgb(186,100,152); }
td.TdClassName
{
border-color: #BA6498;
}
.TagClassName
{
border-color: #BA6498;
}
</style>