Shades of Hopbush #BC65A1
Tints of Hopbush #BC65A1
RGB
CMYK
RGB Variations
Color information
#BC65A1 (or 0xBC65A1) is known color: Hopbush. HEX triplet: BC, 65 and A1. RGB value is (188,101,161). Sum of RGB (Red+Green+Blue) = 188+101+161=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC65A1 is #439A5E. Grayscale: #858585. Windows color (decimal): -4430431 or 10577340. OLE color: 10577340.
HSL color Cylindrical-coordinate representation of color #BC65A1: hue angle of 318.62º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC65A1 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 161 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.26 |
| HSL | 318.62º | 0.39% | 0.57% | - |
| HSV(B) | 318.62º | 0.46% | 0.74% | - |
| XYZ | 31.83 | 22.57 | 36.4 | - |
| YUV | 133.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 161 | 0 | 0.46 | 0.14 | 0.26 | 318.62 | 0.39 | 0.57 |
| Hex | BC | 65 | A1 | 0 | 2E | E | 1A | 13F | 27 | 39 |
| Octal | 274 | 145 | 241 | 0 | 56 | 16 | 32 | 477 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10100001 | 0 | 101110 | 1110 | 11010 | 100111111 | 100111 | 111001 |
Color Harmonies of #BC65A1
Complementary color
Monochromatic Colors of #BC65A1
Black with #BC65A1
Text Example
Text Example
White with #BC65A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65A1; }
p { color: rgb(188,101,161); }
H1.HeaderClassName
{
color: #BC65A1;
}
.AnyTagClassName
{
color: #BC65A1;
}
</style>
background-color css
<style>
a { background-color: #BC65A1; }
a { background-color: rgb(188,101,161); }
div.DivClassName
{
background-color: #BC65A1;
}
.BgClassName
{
background-color: #BC65A1;
}
</style>
border-color css
<style>
span { border-color: #BC65A1; }
span { border-color: rgb(188,101,161); }
td.TdClassName
{
border-color: #BC65A1;
}
.TagClassName
{
border-color: #BC65A1;
}
</style>