Shades of Hopbush #BC6699
Tints of Hopbush #BC6699
RGB
CMYK
RGB Variations
Color information
#BC6699 (or 0xBC6699) is known color: Hopbush. HEX triplet: BC, 66 and 99. RGB value is (188,102,153). Sum of RGB (Red+Green+Blue) = 188+102+153=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6699 is #439966. Grayscale: #858585. Windows color (decimal): -4430183 or 10053308. OLE color: 10053308.
HSL color Cylindrical-coordinate representation of color #BC6699: hue angle of 324.42º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6699 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 153 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.26 |
| HSL | 324.42º | 0.39% | 0.57% | - |
| HSV(B) | 324.42º | 0.46% | 0.74% | - |
| XYZ | 31.24 | 22.49 | 32.83 | - |
| YUV | 133.53 | 138.99 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 153 | 0 | 0.46 | 0.19 | 0.26 | 324.42 | 0.39 | 0.57 |
| Hex | BC | 66 | 99 | 0 | 2E | 13 | 1A | 144 | 27 | 39 |
| Octal | 274 | 146 | 231 | 0 | 56 | 23 | 32 | 504 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10011001 | 0 | 101110 | 10011 | 11010 | 101000100 | 100111 | 111001 |
Color Harmonies of #BC6699
Complementary color
Monochromatic Colors of #BC6699
Black with #BC6699
Text Example
Text Example
White with #BC6699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6699; }
p { color: rgb(188,102,153); }
H1.HeaderClassName
{
color: #BC6699;
}
.AnyTagClassName
{
color: #BC6699;
}
</style>
background-color css
<style>
a { background-color: #BC6699; }
a { background-color: rgb(188,102,153); }
div.DivClassName
{
background-color: #BC6699;
}
.BgClassName
{
background-color: #BC6699;
}
</style>
border-color css
<style>
span { border-color: #BC6699; }
span { border-color: rgb(188,102,153); }
td.TdClassName
{
border-color: #BC6699;
}
.TagClassName
{
border-color: #BC6699;
}
</style>