Shades of Hopbush #BC799A
Tints of Hopbush #BC799A
RGB
CMYK
RGB Variations
Color information
#BC799A (or 0xBC799A) is known color: Hopbush. HEX triplet: BC, 79 and 9A. RGB value is (188,121,154). Sum of RGB (Red+Green+Blue) = 188+121+154=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC799A is #438665. Grayscale: #909090. Windows color (decimal): -4425318 or 10123708. OLE color: 10123708.
HSL color Cylindrical-coordinate representation of color #BC799A: hue angle of 330.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC799A is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 154 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.26 |
| HSL | 330.45º | 0.33% | 0.61% | - |
| HSV(B) | 330.45º | 0.36% | 0.74% | - |
| XYZ | 33.41 | 26.7 | 33.96 | - |
| YUV | 144.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 154 | 0 | 0.36 | 0.18 | 0.26 | 330.45 | 0.33 | 0.61 |
| Hex | BC | 79 | 9A | 0 | 24 | 12 | 1A | 14A | 21 | 3D |
| Octal | 274 | 171 | 232 | 0 | 44 | 22 | 32 | 512 | 41 | 75 |
| Binary | 10111100 | 1111001 | 10011010 | 0 | 100100 | 10010 | 11010 | 101001010 | 100001 | 111101 |
Color Harmonies of #BC799A
Complementary color
Monochromatic Colors of #BC799A
Black with #BC799A
Text Example
Text Example
White with #BC799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC799A; }
p { color: rgb(188,121,154); }
H1.HeaderClassName
{
color: #BC799A;
}
.AnyTagClassName
{
color: #BC799A;
}
</style>
background-color css
<style>
a { background-color: #BC799A; }
a { background-color: rgb(188,121,154); }
div.DivClassName
{
background-color: #BC799A;
}
.BgClassName
{
background-color: #BC799A;
}
</style>
border-color css
<style>
span { border-color: #BC799A; }
span { border-color: rgb(188,121,154); }
td.TdClassName
{
border-color: #BC799A;
}
.TagClassName
{
border-color: #BC799A;
}
</style>