Shades of Hopbush #BA639A
Tints of Hopbush #BA639A
RGB
CMYK
RGB Variations
Color information
#BA639A (or 0xBA639A) is known color: Hopbush. HEX triplet: BA, 63 and 9A. RGB value is (186,99,154). Sum of RGB (Red+Green+Blue) = 186+99+154=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA639A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA639A is #459C65. Grayscale: #838383. Windows color (decimal): -4562022 or 10118074. OLE color: 10118074.
HSL color Cylindrical-coordinate representation of color #BA639A: hue angle of 322.07º 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 #BA639A is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 154 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.27 |
| HSL | 322.07º | 0.39% | 0.56% | - |
| HSV(B) | 322.07º | 0.47% | 0.73% | - |
| XYZ | 30.54 | 21.7 | 33.15 | - |
| YUV | 131.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 154 | 0 | 0.47 | 0.17 | 0.27 | 322.07 | 0.39 | 0.56 |
| Hex | BA | 63 | 9A | 0 | 2F | 11 | 1B | 142 | 27 | 38 |
| Octal | 272 | 143 | 232 | 0 | 57 | 21 | 33 | 502 | 47 | 70 |
| Binary | 10111010 | 1100011 | 10011010 | 0 | 101111 | 10001 | 11011 | 101000010 | 100111 | 111000 |
Color Harmonies of #BA639A
Complementary color
Monochromatic Colors of #BA639A
Black with #BA639A
Text Example
Text Example
White with #BA639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA639A; }
p { color: rgb(186,99,154); }
H1.HeaderClassName
{
color: #BA639A;
}
.AnyTagClassName
{
color: #BA639A;
}
</style>
background-color css
<style>
a { background-color: #BA639A; }
a { background-color: rgb(186,99,154); }
div.DivClassName
{
background-color: #BA639A;
}
.BgClassName
{
background-color: #BA639A;
}
</style>
border-color css
<style>
span { border-color: #BA639A; }
span { border-color: rgb(186,99,154); }
td.TdClassName
{
border-color: #BA639A;
}
.TagClassName
{
border-color: #BA639A;
}
</style>