Shades of Hopbush #BC6992
Tints of Hopbush #BC6992
RGB
CMYK
RGB Variations
Color information
#BC6992 (or 0xBC6992) is known color: Hopbush. HEX triplet: BC, 69 and 92. RGB value is (188,105,146). Sum of RGB (Red+Green+Blue) = 188+105+146=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6992 is #43966D. Grayscale: #868686. Windows color (decimal): -4429422 or 9595324. OLE color: 9595324.
HSL color Cylindrical-coordinate representation of color #BC6992: hue angle of 330.36º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6992 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 146 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.26 |
| HSL | 330.36º | 0.38% | 0.57% | - |
| HSV(B) | 330.36º | 0.44% | 0.74% | - |
| XYZ | 30.98 | 22.87 | 29.98 | - |
| YUV | 134.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 146 | 0 | 0.44 | 0.22 | 0.26 | 330.36 | 0.38 | 0.57 |
| Hex | BC | 69 | 92 | 0 | 2C | 16 | 1A | 14A | 26 | 39 |
| Octal | 274 | 151 | 222 | 0 | 54 | 26 | 32 | 512 | 46 | 71 |
| Binary | 10111100 | 1101001 | 10010010 | 0 | 101100 | 10110 | 11010 | 101001010 | 100110 | 111001 |
Color Harmonies of #BC6992
Complementary color
Monochromatic Colors of #BC6992
Black with #BC6992
Text Example
Text Example
White with #BC6992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6992; }
p { color: rgb(188,105,146); }
H1.HeaderClassName
{
color: #BC6992;
}
.AnyTagClassName
{
color: #BC6992;
}
</style>
background-color css
<style>
a { background-color: #BC6992; }
a { background-color: rgb(188,105,146); }
div.DivClassName
{
background-color: #BC6992;
}
.BgClassName
{
background-color: #BC6992;
}
</style>
border-color css
<style>
span { border-color: #BC6992; }
span { border-color: rgb(188,105,146); }
td.TdClassName
{
border-color: #BC6992;
}
.TagClassName
{
border-color: #BC6992;
}
</style>