Shades of Hopbush #BC618D
Tints of Hopbush #BC618D
RGB
CMYK
RGB Variations
Color information
#BC618D (or 0xBC618D) is known color: Hopbush. HEX triplet: BC, 61 and 8D. RGB value is (188,97,141). Sum of RGB (Red+Green+Blue) = 188+97+141=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC618D is #439E72. Grayscale: #818181. Windows color (decimal): -4431475 or 9265596. OLE color: 9265596.
HSL color Cylindrical-coordinate representation of color #BC618D: hue angle of 330.99º 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 #BC618D is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 141 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.26 |
| HSL | 330.99º | 0.4% | 0.56% | - |
| HSV(B) | 330.99º | 0.48% | 0.74% | - |
| XYZ | 29.82 | 21.16 | 27.71 | - |
| YUV | 129.23 | 134.65 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 141 | 0 | 0.48 | 0.25 | 0.26 | 330.99 | 0.4 | 0.56 |
| Hex | BC | 61 | 8D | 0 | 30 | 19 | 1A | 14B | 28 | 38 |
| Octal | 274 | 141 | 215 | 0 | 60 | 31 | 32 | 513 | 50 | 70 |
| Binary | 10111100 | 1100001 | 10001101 | 0 | 110000 | 11001 | 11010 | 101001011 | 101000 | 111000 |
Color Harmonies of #BC618D
Complementary color
Monochromatic Colors of #BC618D
Black with #BC618D
Text Example
Text Example
White with #BC618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC618D; }
p { color: rgb(188,97,141); }
H1.HeaderClassName
{
color: #BC618D;
}
.AnyTagClassName
{
color: #BC618D;
}
</style>
background-color css
<style>
a { background-color: #BC618D; }
a { background-color: rgb(188,97,141); }
div.DivClassName
{
background-color: #BC618D;
}
.BgClassName
{
background-color: #BC618D;
}
</style>
border-color css
<style>
span { border-color: #BC618D; }
span { border-color: rgb(188,97,141); }
td.TdClassName
{
border-color: #BC618D;
}
.TagClassName
{
border-color: #BC618D;
}
</style>