Shades of Hopbush #BC668F
Tints of Hopbush #BC668F
RGB
CMYK
RGB Variations
Color information
#BC668F (or 0xBC668F) is known color: Hopbush. HEX triplet: BC, 66 and 8F. RGB value is (188,102,143). Sum of RGB (Red+Green+Blue) = 188+102+143=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC668F is #439970. Grayscale: #848484. Windows color (decimal): -4430193 or 9397948. OLE color: 9397948.
HSL color Cylindrical-coordinate representation of color #BC668F: hue angle of 331.4º 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 #BC668F is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 143 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.26 |
| HSL | 331.4º | 0.39% | 0.57% | - |
| HSV(B) | 331.4º | 0.46% | 0.74% | - |
| XYZ | 30.45 | 22.18 | 28.66 | - |
| YUV | 132.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 143 | 0 | 0.46 | 0.24 | 0.26 | 331.4 | 0.39 | 0.57 |
| Hex | BC | 66 | 8F | 0 | 2E | 18 | 1A | 14B | 27 | 39 |
| Octal | 274 | 146 | 217 | 0 | 56 | 30 | 32 | 513 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10001111 | 0 | 101110 | 11000 | 11010 | 101001011 | 100111 | 111001 |
Color Harmonies of #BC668F
Complementary color
Monochromatic Colors of #BC668F
Black with #BC668F
Text Example
Text Example
White with #BC668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC668F; }
p { color: rgb(188,102,143); }
H1.HeaderClassName
{
color: #BC668F;
}
.AnyTagClassName
{
color: #BC668F;
}
</style>
background-color css
<style>
a { background-color: #BC668F; }
a { background-color: rgb(188,102,143); }
div.DivClassName
{
background-color: #BC668F;
}
.BgClassName
{
background-color: #BC668F;
}
</style>
border-color css
<style>
span { border-color: #BC668F; }
span { border-color: rgb(188,102,143); }
td.TdClassName
{
border-color: #BC668F;
}
.TagClassName
{
border-color: #BC668F;
}
</style>