Shades of Hopbush #BC63A1
Tints of Hopbush #BC63A1
RGB
CMYK
RGB Variations
Color information
#BC63A1 (or 0xBC63A1) is known color: Hopbush. HEX triplet: BC, 63 and A1. RGB value is (188,99,161). Sum of RGB (Red+Green+Blue) = 188+99+161=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC63A1 is #439C5E. Grayscale: #848484. Windows color (decimal): -4430943 or 10576828. OLE color: 10576828.
HSL color Cylindrical-coordinate representation of color #BC63A1: hue angle of 318.2º 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 #BC63A1 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 161 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.26 |
| HSL | 318.2º | 0.4% | 0.56% | - |
| HSV(B) | 318.2º | 0.47% | 0.74% | - |
| XYZ | 31.63 | 22.19 | 36.33 | - |
| YUV | 132.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 161 | 0 | 0.47 | 0.14 | 0.26 | 318.2 | 0.4 | 0.56 |
| Hex | BC | 63 | A1 | 0 | 2F | E | 1A | 13E | 28 | 38 |
| Octal | 274 | 143 | 241 | 0 | 57 | 16 | 32 | 476 | 50 | 70 |
| Binary | 10111100 | 1100011 | 10100001 | 0 | 101111 | 1110 | 11010 | 100111110 | 101000 | 111000 |
Color Harmonies of #BC63A1
Complementary color
Monochromatic Colors of #BC63A1
Black with #BC63A1
Text Example
Text Example
White with #BC63A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63A1; }
p { color: rgb(188,99,161); }
H1.HeaderClassName
{
color: #BC63A1;
}
.AnyTagClassName
{
color: #BC63A1;
}
</style>
background-color css
<style>
a { background-color: #BC63A1; }
a { background-color: rgb(188,99,161); }
div.DivClassName
{
background-color: #BC63A1;
}
.BgClassName
{
background-color: #BC63A1;
}
</style>
border-color css
<style>
span { border-color: #BC63A1; }
span { border-color: rgb(188,99,161); }
td.TdClassName
{
border-color: #BC63A1;
}
.TagClassName
{
border-color: #BC63A1;
}
</style>