#BC7A97

Color #BC7A97 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #BC7A97

Tints of Hopbush #BC7A97

Color information

#BC7A97 (or 0xBC7A97) is unknown color: approx Hopbush. HEX triplet: BC, 7A and 97. RGB value is (188,122,151). Sum of RGB (Red+Green+Blue) = 188+122+151=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7A97 is #438568. Grayscale: #909090. Windows color (decimal): -4425065 or 9927356. OLE color: 9927356.

HSL color Cylindrical-coordinate representation of color #BC7A97: hue angle of 333.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7A97 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188122151-
CMYK00.350.200.26
HSL333.64º33%60.78%-
HSV(B)333.64º35.11%73.73%-
XYZ33.2826.8432.71-
YUV145.04131.37158.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=40.78%
G=26.46%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812215100.350.200.26333.643360.78
HexBC7A97023141A14e213d
Octal27417222704324325164175
Binary1011110011110101001011101000111010011010101001110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A97; }

 p { color: rgb(188,122,151); }

 H1.HeaderClassName
 {
   color: #BC7A97;
 }
 .AnyTagClassName
 {
   color: #BC7A97;
 }
</style>
background-color css

<style>
 a { background-color: #BC7A97; }

 a { background-color: rgb(188,122,151); }

 div.DivClassName
 {
   background-color: #BC7A97;
 }
 .BgClassName
 {
   background-color: #BC7A97;
 }
</style>
border-color css

<style>
 span { border-color: #BC7A97; }

 span { border-color: rgb(188,122,151); }

 td.TdClassName
 {
   border-color: #BC7A97;
 }
 .TagClassName
 {
   border-color: #BC7A97;
 }
</style>