Shades of Hopbush #BC618F
Tints of Hopbush #BC618F
RGB
CMYK
RGB Variations
Color information
#BC618F (or 0xBC618F) is known color: Hopbush. HEX triplet: BC, 61 and 8F. RGB value is (188,97,143). Sum of RGB (Red+Green+Blue) = 188+97+143=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC618F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC618F is #439E70. Grayscale: #818181. Windows color (decimal): -4431473 or 9396668. OLE color: 9396668.
HSL color Cylindrical-coordinate representation of color #BC618F: hue angle of 329.67º 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 #BC618F is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 143 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.26 |
| HSL | 329.67º | 0.4% | 0.56% | - |
| HSV(B) | 329.67º | 0.48% | 0.74% | - |
| XYZ | 29.97 | 21.22 | 28.5 | - |
| YUV | 129.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 143 | 0 | 0.48 | 0.24 | 0.26 | 329.67 | 0.4 | 0.56 |
| Hex | BC | 61 | 8F | 0 | 30 | 18 | 1A | 14A | 28 | 38 |
| Octal | 274 | 141 | 217 | 0 | 60 | 30 | 32 | 512 | 50 | 70 |
| Binary | 10111100 | 1100001 | 10001111 | 0 | 110000 | 11000 | 11010 | 101001010 | 101000 | 111000 |
Color Harmonies of #BC618F
Complementary color
Monochromatic Colors of #BC618F
Black with #BC618F
Text Example
Text Example
White with #BC618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC618F; }
p { color: rgb(188,97,143); }
H1.HeaderClassName
{
color: #BC618F;
}
.AnyTagClassName
{
color: #BC618F;
}
</style>
background-color css
<style>
a { background-color: #BC618F; }
a { background-color: rgb(188,97,143); }
div.DivClassName
{
background-color: #BC618F;
}
.BgClassName
{
background-color: #BC618F;
}
</style>
border-color css
<style>
span { border-color: #BC618F; }
span { border-color: rgb(188,97,143); }
td.TdClassName
{
border-color: #BC618F;
}
.TagClassName
{
border-color: #BC618F;
}
</style>