Shades of Hopbush #BC6897
Tints of Hopbush #BC6897
RGB
CMYK
RGB Variations
Color information
#BC6897 (or 0xBC6897) is known color: Hopbush. HEX triplet: BC, 68 and 97. RGB value is (188,104,151). Sum of RGB (Red+Green+Blue) = 188+104+151=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6897 is #439768. Grayscale: #868686. Windows color (decimal): -4429673 or 9922748. OLE color: 9922748.
HSL color Cylindrical-coordinate representation of color #BC6897: hue angle of 326.43º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6897 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 151 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.26 |
| HSL | 326.43º | 0.39% | 0.57% | - |
| HSV(B) | 326.43º | 0.45% | 0.74% | - |
| XYZ | 31.28 | 22.83 | 32.04 | - |
| YUV | 134.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 151 | 0 | 0.45 | 0.20 | 0.26 | 326.43 | 0.39 | 0.57 |
| Hex | BC | 68 | 97 | 0 | 2D | 14 | 1A | 146 | 27 | 39 |
| Octal | 274 | 150 | 227 | 0 | 55 | 24 | 32 | 506 | 47 | 71 |
| Binary | 10111100 | 1101000 | 10010111 | 0 | 101101 | 10100 | 11010 | 101000110 | 100111 | 111001 |
Color Harmonies of #BC6897
Complementary color
Monochromatic Colors of #BC6897
Black with #BC6897
Text Example
Text Example
White with #BC6897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6897; }
p { color: rgb(188,104,151); }
H1.HeaderClassName
{
color: #BC6897;
}
.AnyTagClassName
{
color: #BC6897;
}
</style>
background-color css
<style>
a { background-color: #BC6897; }
a { background-color: rgb(188,104,151); }
div.DivClassName
{
background-color: #BC6897;
}
.BgClassName
{
background-color: #BC6897;
}
</style>
border-color css
<style>
span { border-color: #BC6897; }
span { border-color: rgb(188,104,151); }
td.TdClassName
{
border-color: #BC6897;
}
.TagClassName
{
border-color: #BC6897;
}
</style>