Shades of Hopbush #BC668D
Tints of Hopbush #BC668D
RGB
CMYK
RGB Variations
Color information
#BC668D (or 0xBC668D) is known color: Hopbush. HEX triplet: BC, 66 and 8D. RGB value is (188,102,141). Sum of RGB (Red+Green+Blue) = 188+102+141=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC668D is #439972. Grayscale: #848484. Windows color (decimal): -4430195 or 9266876. OLE color: 9266876.
HSL color Cylindrical-coordinate representation of color #BC668D: hue angle of 332.79º 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 #BC668D is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 141 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.26 |
| HSL | 332.79º | 0.39% | 0.57% | - |
| HSV(B) | 332.79º | 0.46% | 0.74% | - |
| XYZ | 30.3 | 22.12 | 27.87 | - |
| YUV | 132.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 141 | 0 | 0.46 | 0.25 | 0.26 | 332.79 | 0.39 | 0.57 |
| Hex | BC | 66 | 8D | 0 | 2E | 19 | 1A | 14D | 27 | 39 |
| Octal | 274 | 146 | 215 | 0 | 56 | 31 | 32 | 515 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10001101 | 0 | 101110 | 11001 | 11010 | 101001101 | 100111 | 111001 |
Color Harmonies of #BC668D
Complementary color
Monochromatic Colors of #BC668D
Black with #BC668D
Text Example
Text Example
White with #BC668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC668D; }
p { color: rgb(188,102,141); }
H1.HeaderClassName
{
color: #BC668D;
}
.AnyTagClassName
{
color: #BC668D;
}
</style>
background-color css
<style>
a { background-color: #BC668D; }
a { background-color: rgb(188,102,141); }
div.DivClassName
{
background-color: #BC668D;
}
.BgClassName
{
background-color: #BC668D;
}
</style>
border-color css
<style>
span { border-color: #BC668D; }
span { border-color: rgb(188,102,141); }
td.TdClassName
{
border-color: #BC668D;
}
.TagClassName
{
border-color: #BC668D;
}
</style>