Shades of Hopbush #BA6F9A
Tints of Hopbush #BA6F9A
RGB
CMYK
RGB Variations
Color information
#BA6F9A (or 0xBA6F9A) is known color: Hopbush. HEX triplet: BA, 6F and 9A. RGB value is (186,111,154). Sum of RGB (Red+Green+Blue) = 186+111+154=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6F9A is #459065. Grayscale: #8A8A8A. Windows color (decimal): -4558950 or 10121146. OLE color: 10121146.
HSL color Cylindrical-coordinate representation of color #BA6F9A: hue angle of 325.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6F9A is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 154 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.27 |
| HSL | 325.6º | 0.35% | 0.58% | - |
| HSV(B) | 325.6º | 0.4% | 0.73% | - |
| XYZ | 31.77 | 24.14 | 33.56 | - |
| YUV | 138.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 154 | 0 | 0.40 | 0.17 | 0.27 | 325.6 | 0.35 | 0.58 |
| Hex | BA | 6F | 9A | 0 | 28 | 11 | 1B | 146 | 23 | 3A |
| Octal | 272 | 157 | 232 | 0 | 50 | 21 | 33 | 506 | 43 | 72 |
| Binary | 10111010 | 1101111 | 10011010 | 0 | 101000 | 10001 | 11011 | 101000110 | 100011 | 111010 |
Color Harmonies of #BA6F9A
Complementary color
Monochromatic Colors of #BA6F9A
Black with #BA6F9A
Text Example
Text Example
White with #BA6F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F9A; }
p { color: rgb(186,111,154); }
H1.HeaderClassName
{
color: #BA6F9A;
}
.AnyTagClassName
{
color: #BA6F9A;
}
</style>
background-color css
<style>
a { background-color: #BA6F9A; }
a { background-color: rgb(186,111,154); }
div.DivClassName
{
background-color: #BA6F9A;
}
.BgClassName
{
background-color: #BA6F9A;
}
</style>
border-color css
<style>
span { border-color: #BA6F9A; }
span { border-color: rgb(186,111,154); }
td.TdClassName
{
border-color: #BA6F9A;
}
.TagClassName
{
border-color: #BA6F9A;
}
</style>