Shades of Hopbush #BC639A
Tints of Hopbush #BC639A
RGB
CMYK
RGB Variations
Color information
#BC639A (or 0xBC639A) is known color: Hopbush. HEX triplet: BC, 63 and 9A. RGB value is (188,99,154). Sum of RGB (Red+Green+Blue) = 188+99+154=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC639A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC639A is #439C65. Grayscale: #838383. Windows color (decimal): -4430950 or 10118076. OLE color: 10118076.
HSL color Cylindrical-coordinate representation of color #BC639A: hue angle of 322.92º 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 #BC639A is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 154 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.26 |
| HSL | 322.92º | 0.4% | 0.56% | - |
| HSV(B) | 322.92º | 0.47% | 0.74% | - |
| XYZ | 31.03 | 21.95 | 33.17 | - |
| YUV | 131.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 154 | 0 | 0.47 | 0.18 | 0.26 | 322.92 | 0.4 | 0.56 |
| Hex | BC | 63 | 9A | 0 | 2F | 12 | 1A | 143 | 28 | 38 |
| Octal | 274 | 143 | 232 | 0 | 57 | 22 | 32 | 503 | 50 | 70 |
| Binary | 10111100 | 1100011 | 10011010 | 0 | 101111 | 10010 | 11010 | 101000011 | 101000 | 111000 |
Color Harmonies of #BC639A
Complementary color
Monochromatic Colors of #BC639A
Black with #BC639A
Text Example
Text Example
White with #BC639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC639A; }
p { color: rgb(188,99,154); }
H1.HeaderClassName
{
color: #BC639A;
}
.AnyTagClassName
{
color: #BC639A;
}
</style>
background-color css
<style>
a { background-color: #BC639A; }
a { background-color: rgb(188,99,154); }
div.DivClassName
{
background-color: #BC639A;
}
.BgClassName
{
background-color: #BC639A;
}
</style>
border-color css
<style>
span { border-color: #BC639A; }
span { border-color: rgb(188,99,154); }
td.TdClassName
{
border-color: #BC639A;
}
.TagClassName
{
border-color: #BC639A;
}
</style>