Shades of Hopbush #BC63A2
Tints of Hopbush #BC63A2
RGB
CMYK
RGB Variations
Color information
#BC63A2 (or 0xBC63A2) is known color: Hopbush. HEX triplet: BC, 63 and A2. RGB value is (188,99,162). Sum of RGB (Red+Green+Blue) = 188+99+162=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC63A2 is #439C5D. Grayscale: #848484. Windows color (decimal): -4430942 or 10642364. OLE color: 10642364.
HSL color Cylindrical-coordinate representation of color #BC63A2: hue angle of 317.53º 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 #BC63A2 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 162 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.26 |
| HSL | 317.53º | 0.4% | 0.56% | - |
| HSV(B) | 317.53º | 0.47% | 0.74% | - |
| XYZ | 31.72 | 22.22 | 36.8 | - |
| YUV | 132.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 162 | 0 | 0.47 | 0.14 | 0.26 | 317.53 | 0.4 | 0.56 |
| Hex | BC | 63 | A2 | 0 | 2F | E | 1A | 13E | 28 | 38 |
| Octal | 274 | 143 | 242 | 0 | 57 | 16 | 32 | 476 | 50 | 70 |
| Binary | 10111100 | 1100011 | 10100010 | 0 | 101111 | 1110 | 11010 | 100111110 | 101000 | 111000 |
Color Harmonies of #BC63A2
Complementary color
Monochromatic Colors of #BC63A2
Black with #BC63A2
Text Example
Text Example
White with #BC63A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63A2; }
p { color: rgb(188,99,162); }
H1.HeaderClassName
{
color: #BC63A2;
}
.AnyTagClassName
{
color: #BC63A2;
}
</style>
background-color css
<style>
a { background-color: #BC63A2; }
a { background-color: rgb(188,99,162); }
div.DivClassName
{
background-color: #BC63A2;
}
.BgClassName
{
background-color: #BC63A2;
}
</style>
border-color css
<style>
span { border-color: #BC63A2; }
span { border-color: rgb(188,99,162); }
td.TdClassName
{
border-color: #BC63A2;
}
.TagClassName
{
border-color: #BC63A2;
}
</style>