Shades of Hopbush #BA7493
Tints of Hopbush #BA7493
RGB
CMYK
RGB Variations
Color information
#BA7493 (or 0xBA7493) is known color: Hopbush. HEX triplet: BA, 74 and 93. RGB value is (186,116,147). Sum of RGB (Red+Green+Blue) = 186+116+147=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7493 is #458B6C. Grayscale: #8C8C8C. Windows color (decimal): -4557677 or 9663674. OLE color: 9663674.
HSL color Cylindrical-coordinate representation of color #BA7493: hue angle of 333.43º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA7493 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 147 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.27 |
| HSL | 333.43º | 0.34% | 0.59% | - |
| HSV(B) | 333.43º | 0.38% | 0.73% | - |
| XYZ | 31.76 | 25.04 | 30.76 | - |
| YUV | 140.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 147 | 0 | 0.38 | 0.21 | 0.27 | 333.43 | 0.34 | 0.59 |
| Hex | BA | 74 | 93 | 0 | 26 | 15 | 1B | 14D | 22 | 3B |
| Octal | 272 | 164 | 223 | 0 | 46 | 25 | 33 | 515 | 42 | 73 |
| Binary | 10111010 | 1110100 | 10010011 | 0 | 100110 | 10101 | 11011 | 101001101 | 100010 | 111011 |
Color Harmonies of #BA7493
Complementary color
Monochromatic Colors of #BA7493
Black with #BA7493
Text Example
Text Example
White with #BA7493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7493; }
p { color: rgb(186,116,147); }
H1.HeaderClassName
{
color: #BA7493;
}
.AnyTagClassName
{
color: #BA7493;
}
</style>
background-color css
<style>
a { background-color: #BA7493; }
a { background-color: rgb(186,116,147); }
div.DivClassName
{
background-color: #BA7493;
}
.BgClassName
{
background-color: #BA7493;
}
</style>
border-color css
<style>
span { border-color: #BA7493; }
span { border-color: rgb(186,116,147); }
td.TdClassName
{
border-color: #BA7493;
}
.TagClassName
{
border-color: #BA7493;
}
</style>