Shades of Hopbush #BC6A94
Tints of Hopbush #BC6A94
RGB
CMYK
RGB Variations
Color information
#BC6A94 (or 0xBC6A94) is known color: Hopbush. HEX triplet: BC, 6A and 94. RGB value is (188,106,148). Sum of RGB (Red+Green+Blue) = 188+106+148=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6A94 is #43956B. Grayscale: #878787. Windows color (decimal): -4429164 or 9726652. OLE color: 9726652.
HSL color Cylindrical-coordinate representation of color #BC6A94: hue angle of 329.27º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6A94 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 106 | 148 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.26 |
| HSL | 329.27º | 0.38% | 0.58% | - |
| HSV(B) | 329.27º | 0.44% | 0.74% | - |
| XYZ | 31.24 | 23.14 | 30.84 | - |
| YUV | 135.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 148 | 0 | 0.44 | 0.21 | 0.26 | 329.27 | 0.38 | 0.58 |
| Hex | BC | 6A | 94 | 0 | 2C | 15 | 1A | 149 | 26 | 3A |
| Octal | 274 | 152 | 224 | 0 | 54 | 25 | 32 | 511 | 46 | 72 |
| Binary | 10111100 | 1101010 | 10010100 | 0 | 101100 | 10101 | 11010 | 101001001 | 100110 | 111010 |
Color Harmonies of #BC6A94
Complementary color
Monochromatic Colors of #BC6A94
Black with #BC6A94
Text Example
Text Example
White with #BC6A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6A94; }
p { color: rgb(188,106,148); }
H1.HeaderClassName
{
color: #BC6A94;
}
.AnyTagClassName
{
color: #BC6A94;
}
</style>
background-color css
<style>
a { background-color: #BC6A94; }
a { background-color: rgb(188,106,148); }
div.DivClassName
{
background-color: #BC6A94;
}
.BgClassName
{
background-color: #BC6A94;
}
</style>
border-color css
<style>
span { border-color: #BC6A94; }
span { border-color: rgb(188,106,148); }
td.TdClassName
{
border-color: #BC6A94;
}
.TagClassName
{
border-color: #BC6A94;
}
</style>