Shades of Hopbush #BC658D
Tints of Hopbush #BC658D
RGB
CMYK
RGB Variations
Color information
#BC658D (or 0xBC658D) is known color: Hopbush. HEX triplet: BC, 65 and 8D. RGB value is (188,101,141). Sum of RGB (Red+Green+Blue) = 188+101+141=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC658D is #439A72. Grayscale: #838383. Windows color (decimal): -4430451 or 9266620. OLE color: 9266620.
HSL color Cylindrical-coordinate representation of color #BC658D: hue angle of 332.41º 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 #BC658D is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 141 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.26 |
| HSL | 332.41º | 0.39% | 0.57% | - |
| HSV(B) | 332.41º | 0.46% | 0.74% | - |
| XYZ | 30.2 | 21.92 | 27.84 | - |
| YUV | 131.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 141 | 0 | 0.46 | 0.25 | 0.26 | 332.41 | 0.39 | 0.57 |
| Hex | BC | 65 | 8D | 0 | 2E | 19 | 1A | 14C | 27 | 39 |
| Octal | 274 | 145 | 215 | 0 | 56 | 31 | 32 | 514 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10001101 | 0 | 101110 | 11001 | 11010 | 101001100 | 100111 | 111001 |
Color Harmonies of #BC658D
Complementary color
Monochromatic Colors of #BC658D
Black with #BC658D
Text Example
Text Example
White with #BC658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC658D; }
p { color: rgb(188,101,141); }
H1.HeaderClassName
{
color: #BC658D;
}
.AnyTagClassName
{
color: #BC658D;
}
</style>
background-color css
<style>
a { background-color: #BC658D; }
a { background-color: rgb(188,101,141); }
div.DivClassName
{
background-color: #BC658D;
}
.BgClassName
{
background-color: #BC658D;
}
</style>
border-color css
<style>
span { border-color: #BC658D; }
span { border-color: rgb(188,101,141); }
td.TdClassName
{
border-color: #BC658D;
}
.TagClassName
{
border-color: #BC658D;
}
</style>