Shades of Hopbush #BC6691
Tints of Hopbush #BC6691
RGB
CMYK
RGB Variations
Color information
#BC6691 (or 0xBC6691) is known color: Hopbush. HEX triplet: BC, 66 and 91. RGB value is (188,102,145). Sum of RGB (Red+Green+Blue) = 188+102+145=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6691 is #43996E. Grayscale: #848484. Windows color (decimal): -4430191 or 9529020. OLE color: 9529020.
HSL color Cylindrical-coordinate representation of color #BC6691: hue angle of 330º 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 #BC6691 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 145 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.26 |
| HSL | 330º | 0.39% | 0.57% | - |
| HSV(B) | 330º | 0.46% | 0.74% | - |
| XYZ | 30.6 | 22.24 | 29.47 | - |
| YUV | 132.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 145 | 0 | 0.46 | 0.23 | 0.26 | 330 | 0.39 | 0.57 |
| Hex | BC | 66 | 91 | 0 | 2E | 17 | 1A | 14A | 27 | 39 |
| Octal | 274 | 146 | 221 | 0 | 56 | 27 | 32 | 512 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10010001 | 0 | 101110 | 10111 | 11010 | 101001010 | 100111 | 111001 |
Color Harmonies of #BC6691
Complementary color
Monochromatic Colors of #BC6691
Black with #BC6691
Text Example
Text Example
White with #BC6691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6691; }
p { color: rgb(188,102,145); }
H1.HeaderClassName
{
color: #BC6691;
}
.AnyTagClassName
{
color: #BC6691;
}
</style>
background-color css
<style>
a { background-color: #BC6691; }
a { background-color: rgb(188,102,145); }
div.DivClassName
{
background-color: #BC6691;
}
.BgClassName
{
background-color: #BC6691;
}
</style>
border-color css
<style>
span { border-color: #BC6691; }
span { border-color: rgb(188,102,145); }
td.TdClassName
{
border-color: #BC6691;
}
.TagClassName
{
border-color: #BC6691;
}
</style>