Shades of Hopbush #BC658C
Tints of Hopbush #BC658C
RGB
CMYK
RGB Variations
Color information
#BC658C (or 0xBC658C) is known color: Hopbush. HEX triplet: BC, 65 and 8C. RGB value is (188,101,140). Sum of RGB (Red+Green+Blue) = 188+101+140=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC658C is #439A73. Grayscale: #838383. Windows color (decimal): -4430452 or 9201084. OLE color: 9201084.
HSL color Cylindrical-coordinate representation of color #BC658C: hue angle of 333.1º 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 #BC658C is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 140 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.26 |
| HSL | 333.1º | 0.39% | 0.57% | - |
| HSV(B) | 333.1º | 0.46% | 0.74% | - |
| XYZ | 30.13 | 21.89 | 27.45 | - |
| YUV | 131.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 140 | 0 | 0.46 | 0.26 | 0.26 | 333.1 | 0.39 | 0.57 |
| Hex | BC | 65 | 8C | 0 | 2E | 1A | 1A | 14D | 27 | 39 |
| Octal | 274 | 145 | 214 | 0 | 56 | 32 | 32 | 515 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10001100 | 0 | 101110 | 11010 | 11010 | 101001101 | 100111 | 111001 |
Color Harmonies of #BC658C
Complementary color
Monochromatic Colors of #BC658C
Black with #BC658C
Text Example
Text Example
White with #BC658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC658C; }
p { color: rgb(188,101,140); }
H1.HeaderClassName
{
color: #BC658C;
}
.AnyTagClassName
{
color: #BC658C;
}
</style>
background-color css
<style>
a { background-color: #BC658C; }
a { background-color: rgb(188,101,140); }
div.DivClassName
{
background-color: #BC658C;
}
.BgClassName
{
background-color: #BC658C;
}
</style>
border-color css
<style>
span { border-color: #BC658C; }
span { border-color: rgb(188,101,140); }
td.TdClassName
{
border-color: #BC658C;
}
.TagClassName
{
border-color: #BC658C;
}
</style>