Shades of Hopbush #BC628E
Tints of Hopbush #BC628E
RGB
CMYK
RGB Variations
Color information
#BC628E (or 0xBC628E) is known color: Hopbush. HEX triplet: BC, 62 and 8E. RGB value is (188,98,142). Sum of RGB (Red+Green+Blue) = 188+98+142=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC628E is #439D71. Grayscale: #818181. Windows color (decimal): -4431218 or 9331388. OLE color: 9331388.
HSL color Cylindrical-coordinate representation of color #BC628E: hue angle of 330.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 #BC628E is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 142 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.26 |
| HSL | 330.67º | 0.4% | 0.56% | - |
| HSV(B) | 330.67º | 0.48% | 0.74% | - |
| XYZ | 29.99 | 21.38 | 28.14 | - |
| YUV | 129.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 142 | 0 | 0.48 | 0.24 | 0.26 | 330.67 | 0.4 | 0.56 |
| Hex | BC | 62 | 8E | 0 | 30 | 18 | 1A | 14B | 28 | 38 |
| Octal | 274 | 142 | 216 | 0 | 60 | 30 | 32 | 513 | 50 | 70 |
| Binary | 10111100 | 1100010 | 10001110 | 0 | 110000 | 11000 | 11010 | 101001011 | 101000 | 111000 |
Color Harmonies of #BC628E
Complementary color
Monochromatic Colors of #BC628E
Black with #BC628E
Text Example
Text Example
White with #BC628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC628E; }
p { color: rgb(188,98,142); }
H1.HeaderClassName
{
color: #BC628E;
}
.AnyTagClassName
{
color: #BC628E;
}
</style>
background-color css
<style>
a { background-color: #BC628E; }
a { background-color: rgb(188,98,142); }
div.DivClassName
{
background-color: #BC628E;
}
.BgClassName
{
background-color: #BC628E;
}
</style>
border-color css
<style>
span { border-color: #BC628E; }
span { border-color: rgb(188,98,142); }
td.TdClassName
{
border-color: #BC628E;
}
.TagClassName
{
border-color: #BC628E;
}
</style>