Shades of Hopbush #BC618C
Tints of Hopbush #BC618C
RGB
CMYK
RGB Variations
Color information
#BC618C (or 0xBC618C) is known color: Hopbush. HEX triplet: BC, 61 and 8C. RGB value is (188,97,140). Sum of RGB (Red+Green+Blue) = 188+97+140=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC618C is #439E73. Grayscale: #818181. Windows color (decimal): -4431476 or 9200060. OLE color: 9200060.
HSL color Cylindrical-coordinate representation of color #BC618C: hue angle of 331.65º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC618C is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 140 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.26 |
| HSL | 331.65º | 0.4% | 0.56% | - |
| HSV(B) | 331.65º | 0.48% | 0.74% | - |
| XYZ | 29.75 | 21.13 | 27.32 | - |
| YUV | 129.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 140 | 0 | 0.48 | 0.26 | 0.26 | 331.65 | 0.4 | 0.56 |
| Hex | BC | 61 | 8C | 0 | 30 | 1A | 1A | 14C | 28 | 38 |
| Octal | 274 | 141 | 214 | 0 | 60 | 32 | 32 | 514 | 50 | 70 |
| Binary | 10111100 | 1100001 | 10001100 | 0 | 110000 | 11010 | 11010 | 101001100 | 101000 | 111000 |
Color Harmonies of #BC618C
Complementary color
Monochromatic Colors of #BC618C
Black with #BC618C
Text Example
Text Example
White with #BC618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC618C; }
p { color: rgb(188,97,140); }
H1.HeaderClassName
{
color: #BC618C;
}
.AnyTagClassName
{
color: #BC618C;
}
</style>
background-color css
<style>
a { background-color: #BC618C; }
a { background-color: rgb(188,97,140); }
div.DivClassName
{
background-color: #BC618C;
}
.BgClassName
{
background-color: #BC618C;
}
</style>
border-color css
<style>
span { border-color: #BC618C; }
span { border-color: rgb(188,97,140); }
td.TdClassName
{
border-color: #BC618C;
}
.TagClassName
{
border-color: #BC618C;
}
</style>