Shades of Hopbush #BC668E
Tints of Hopbush #BC668E
RGB
CMYK
RGB Variations
Color information
#BC668E (or 0xBC668E) is known color: Hopbush. HEX triplet: BC, 66 and 8E. RGB value is (188,102,142). Sum of RGB (Red+Green+Blue) = 188+102+142=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC668E is #439971. Grayscale: #848484. Windows color (decimal): -4430194 or 9332412. OLE color: 9332412.
HSL color Cylindrical-coordinate representation of color #BC668E: hue angle of 332.09º 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 #BC668E is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 142 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.26 |
| HSL | 332.09º | 0.39% | 0.57% | - |
| HSV(B) | 332.09º | 0.46% | 0.74% | - |
| XYZ | 30.37 | 22.15 | 28.27 | - |
| YUV | 132.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 142 | 0 | 0.46 | 0.24 | 0.26 | 332.09 | 0.39 | 0.57 |
| Hex | BC | 66 | 8E | 0 | 2E | 18 | 1A | 14C | 27 | 39 |
| Octal | 274 | 146 | 216 | 0 | 56 | 30 | 32 | 514 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10001110 | 0 | 101110 | 11000 | 11010 | 101001100 | 100111 | 111001 |
Color Harmonies of #BC668E
Complementary color
Monochromatic Colors of #BC668E
Black with #BC668E
Text Example
Text Example
White with #BC668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC668E; }
p { color: rgb(188,102,142); }
H1.HeaderClassName
{
color: #BC668E;
}
.AnyTagClassName
{
color: #BC668E;
}
</style>
background-color css
<style>
a { background-color: #BC668E; }
a { background-color: rgb(188,102,142); }
div.DivClassName
{
background-color: #BC668E;
}
.BgClassName
{
background-color: #BC668E;
}
</style>
border-color css
<style>
span { border-color: #BC668E; }
span { border-color: rgb(188,102,142); }
td.TdClassName
{
border-color: #BC668E;
}
.TagClassName
{
border-color: #BC668E;
}
</style>