Shades of Hopbush #BA639F
Tints of Hopbush #BA639F
RGB
CMYK
RGB Variations
Color information
#BA639F (or 0xBA639F) is known color: Hopbush. HEX triplet: BA, 63 and 9F. RGB value is (186,99,159). Sum of RGB (Red+Green+Blue) = 186+99+159=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA639F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA639F is #459C60. Grayscale: #838383. Windows color (decimal): -4562017 or 10445754. OLE color: 10445754.
HSL color Cylindrical-coordinate representation of color #BA639F: hue angle of 318.62º 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 #BA639F is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 159 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.27 |
| HSL | 318.62º | 0.39% | 0.56% | - |
| HSV(B) | 318.62º | 0.47% | 0.73% | - |
| XYZ | 30.97 | 21.87 | 35.39 | - |
| YUV | 131.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 159 | 0 | 0.47 | 0.15 | 0.27 | 318.62 | 0.39 | 0.56 |
| Hex | BA | 63 | 9F | 0 | 2F | F | 1B | 13F | 27 | 38 |
| Octal | 272 | 143 | 237 | 0 | 57 | 17 | 33 | 477 | 47 | 70 |
| Binary | 10111010 | 1100011 | 10011111 | 0 | 101111 | 1111 | 11011 | 100111111 | 100111 | 111000 |
Color Harmonies of #BA639F
Complementary color
Monochromatic Colors of #BA639F
Black with #BA639F
Text Example
Text Example
White with #BA639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA639F; }
p { color: rgb(186,99,159); }
H1.HeaderClassName
{
color: #BA639F;
}
.AnyTagClassName
{
color: #BA639F;
}
</style>
background-color css
<style>
a { background-color: #BA639F; }
a { background-color: rgb(186,99,159); }
div.DivClassName
{
background-color: #BA639F;
}
.BgClassName
{
background-color: #BA639F;
}
</style>
border-color css
<style>
span { border-color: #BA639F; }
span { border-color: rgb(186,99,159); }
td.TdClassName
{
border-color: #BA639F;
}
.TagClassName
{
border-color: #BA639F;
}
</style>