Shades of Hopbush #BA6699
Tints of Hopbush #BA6699
RGB
CMYK
RGB Variations
Color information
#BA6699 (or 0xBA6699) is known color: Hopbush. HEX triplet: BA, 66 and 99. RGB value is (186,102,153). Sum of RGB (Red+Green+Blue) = 186+102+153=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6699 is #459966. Grayscale: #848484. Windows color (decimal): -4561255 or 10053306. OLE color: 10053306.
HSL color Cylindrical-coordinate representation of color #BA6699: hue angle of 323.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6699 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 153 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.27 |
| HSL | 323.57º | 0.38% | 0.56% | - |
| HSV(B) | 323.57º | 0.45% | 0.73% | - |
| XYZ | 30.75 | 22.24 | 32.81 | - |
| YUV | 132.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 153 | 0 | 0.45 | 0.18 | 0.27 | 323.57 | 0.38 | 0.56 |
| Hex | BA | 66 | 99 | 0 | 2D | 12 | 1B | 144 | 26 | 38 |
| Octal | 272 | 146 | 231 | 0 | 55 | 22 | 33 | 504 | 46 | 70 |
| Binary | 10111010 | 1100110 | 10011001 | 0 | 101101 | 10010 | 11011 | 101000100 | 100110 | 111000 |
Color Harmonies of #BA6699
Complementary color
Monochromatic Colors of #BA6699
Black with #BA6699
Text Example
Text Example
White with #BA6699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6699; }
p { color: rgb(186,102,153); }
H1.HeaderClassName
{
color: #BA6699;
}
.AnyTagClassName
{
color: #BA6699;
}
</style>
background-color css
<style>
a { background-color: #BA6699; }
a { background-color: rgb(186,102,153); }
div.DivClassName
{
background-color: #BA6699;
}
.BgClassName
{
background-color: #BA6699;
}
</style>
border-color css
<style>
span { border-color: #BA6699; }
span { border-color: rgb(186,102,153); }
td.TdClassName
{
border-color: #BA6699;
}
.TagClassName
{
border-color: #BA6699;
}
</style>