Shades of Hopbush #BC618B
Tints of Hopbush #BC618B
RGB
CMYK
RGB Variations
Color information
#BC618B (or 0xBC618B) is known color: Hopbush. HEX triplet: BC, 61 and 8B. RGB value is (188,97,139). Sum of RGB (Red+Green+Blue) = 188+97+139=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC618B is #439E74. Grayscale: #808080. Windows color (decimal): -4431477 or 9134524. OLE color: 9134524.
HSL color Cylindrical-coordinate representation of color #BC618B: hue angle of 332.31º 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 #BC618B is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 139 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.26 |
| HSL | 332.31º | 0.4% | 0.56% | - |
| HSV(B) | 332.31º | 0.48% | 0.74% | - |
| XYZ | 29.67 | 21.1 | 26.94 | - |
| YUV | 129 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 139 | 0 | 0.48 | 0.26 | 0.26 | 332.31 | 0.4 | 0.56 |
| Hex | BC | 61 | 8B | 0 | 30 | 1A | 1A | 14C | 28 | 38 |
| Octal | 274 | 141 | 213 | 0 | 60 | 32 | 32 | 514 | 50 | 70 |
| Binary | 10111100 | 1100001 | 10001011 | 0 | 110000 | 11010 | 11010 | 101001100 | 101000 | 111000 |
Color Harmonies of #BC618B
Complementary color
Monochromatic Colors of #BC618B
Black with #BC618B
Text Example
Text Example
White with #BC618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC618B; }
p { color: rgb(188,97,139); }
H1.HeaderClassName
{
color: #BC618B;
}
.AnyTagClassName
{
color: #BC618B;
}
</style>
background-color css
<style>
a { background-color: #BC618B; }
a { background-color: rgb(188,97,139); }
div.DivClassName
{
background-color: #BC618B;
}
.BgClassName
{
background-color: #BC618B;
}
</style>
border-color css
<style>
span { border-color: #BC618B; }
span { border-color: rgb(188,97,139); }
td.TdClassName
{
border-color: #BC618B;
}
.TagClassName
{
border-color: #BC618B;
}
</style>