Shades of Hopbush #BC638C
Tints of Hopbush #BC638C
RGB
CMYK
RGB Variations
Color information
#BC638C (or 0xBC638C) is known color: Hopbush. HEX triplet: BC, 63 and 8C. RGB value is (188,99,140). Sum of RGB (Red+Green+Blue) = 188+99+140=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC638C is #439C73. Grayscale: #828282. Windows color (decimal): -4430964 or 9200572. OLE color: 9200572.
HSL color Cylindrical-coordinate representation of color #BC638C: hue angle of 332.36º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC638C is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 140 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.26 |
| HSL | 332.36º | 0.4% | 0.56% | - |
| HSV(B) | 332.36º | 0.47% | 0.74% | - |
| XYZ | 29.93 | 21.51 | 27.38 | - |
| YUV | 130.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 140 | 0 | 0.47 | 0.26 | 0.26 | 332.36 | 0.4 | 0.56 |
| Hex | BC | 63 | 8C | 0 | 2F | 1A | 1A | 14C | 28 | 38 |
| Octal | 274 | 143 | 214 | 0 | 57 | 32 | 32 | 514 | 50 | 70 |
| Binary | 10111100 | 1100011 | 10001100 | 0 | 101111 | 11010 | 11010 | 101001100 | 101000 | 111000 |
Color Harmonies of #BC638C
Complementary color
Monochromatic Colors of #BC638C
Black with #BC638C
Text Example
Text Example
White with #BC638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC638C; }
p { color: rgb(188,99,140); }
H1.HeaderClassName
{
color: #BC638C;
}
.AnyTagClassName
{
color: #BC638C;
}
</style>
background-color css
<style>
a { background-color: #BC638C; }
a { background-color: rgb(188,99,140); }
div.DivClassName
{
background-color: #BC638C;
}
.BgClassName
{
background-color: #BC638C;
}
</style>
border-color css
<style>
span { border-color: #BC638C; }
span { border-color: rgb(188,99,140); }
td.TdClassName
{
border-color: #BC638C;
}
.TagClassName
{
border-color: #BC638C;
}
</style>