Shades of Hopbush #BC6695
Tints of Hopbush #BC6695
RGB
CMYK
RGB Variations
Color information
#BC6695 (or 0xBC6695) is known color: Hopbush. HEX triplet: BC, 66 and 95. RGB value is (188,102,149). Sum of RGB (Red+Green+Blue) = 188+102+149=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6695 is #43996A. Grayscale: #848484. Windows color (decimal): -4430187 or 9791164. OLE color: 9791164.
HSL color Cylindrical-coordinate representation of color #BC6695: hue angle of 327.21º 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 #BC6695 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 149 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.26 |
| HSL | 327.21º | 0.39% | 0.57% | - |
| HSV(B) | 327.21º | 0.46% | 0.74% | - |
| XYZ | 30.92 | 22.36 | 31.12 | - |
| YUV | 133.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 149 | 0 | 0.46 | 0.21 | 0.26 | 327.21 | 0.39 | 0.57 |
| Hex | BC | 66 | 95 | 0 | 2E | 15 | 1A | 147 | 27 | 39 |
| Octal | 274 | 146 | 225 | 0 | 56 | 25 | 32 | 507 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10010101 | 0 | 101110 | 10101 | 11010 | 101000111 | 100111 | 111001 |
Color Harmonies of #BC6695
Complementary color
Monochromatic Colors of #BC6695
Black with #BC6695
Text Example
Text Example
White with #BC6695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6695; }
p { color: rgb(188,102,149); }
H1.HeaderClassName
{
color: #BC6695;
}
.AnyTagClassName
{
color: #BC6695;
}
</style>
background-color css
<style>
a { background-color: #BC6695; }
a { background-color: rgb(188,102,149); }
div.DivClassName
{
background-color: #BC6695;
}
.BgClassName
{
background-color: #BC6695;
}
</style>
border-color css
<style>
span { border-color: #BC6695; }
span { border-color: rgb(188,102,149); }
td.TdClassName
{
border-color: #BC6695;
}
.TagClassName
{
border-color: #BC6695;
}
</style>