Shades of Hopbush #BA639E
Tints of Hopbush #BA639E
RGB
CMYK
RGB Variations
Color information
#BA639E (or 0xBA639E) is known color: Hopbush. HEX triplet: BA, 63 and 9E. RGB value is (186,99,158). Sum of RGB (Red+Green+Blue) = 186+99+158=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA639E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA639E is #459C61. Grayscale: #838383. Windows color (decimal): -4562018 or 10380218. OLE color: 10380218.
HSL color Cylindrical-coordinate representation of color #BA639E: hue angle of 319.31º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA639E is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 158 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.27 |
| HSL | 319.31º | 0.39% | 0.56% | - |
| HSV(B) | 319.31º | 0.47% | 0.73% | - |
| XYZ | 30.88 | 21.83 | 34.93 | - |
| YUV | 131.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 158 | 0 | 0.47 | 0.15 | 0.27 | 319.31 | 0.39 | 0.56 |
| Hex | BA | 63 | 9E | 0 | 2F | F | 1B | 13F | 27 | 38 |
| Octal | 272 | 143 | 236 | 0 | 57 | 17 | 33 | 477 | 47 | 70 |
| Binary | 10111010 | 1100011 | 10011110 | 0 | 101111 | 1111 | 11011 | 100111111 | 100111 | 111000 |
Color Harmonies of #BA639E
Complementary color
Monochromatic Colors of #BA639E
Black with #BA639E
Text Example
Text Example
White with #BA639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA639E; }
p { color: rgb(186,99,158); }
H1.HeaderClassName
{
color: #BA639E;
}
.AnyTagClassName
{
color: #BA639E;
}
</style>
background-color css
<style>
a { background-color: #BA639E; }
a { background-color: rgb(186,99,158); }
div.DivClassName
{
background-color: #BA639E;
}
.BgClassName
{
background-color: #BA639E;
}
</style>
border-color css
<style>
span { border-color: #BA639E; }
span { border-color: rgb(186,99,158); }
td.TdClassName
{
border-color: #BA639E;
}
.TagClassName
{
border-color: #BA639E;
}
</style>