#BC7A9B

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

Shades of Hopbush #BC7A9B

Tints of Hopbush #BC7A9B

Color information

#BC7A9B (or 0xBC7A9B) is unknown color: approx Hopbush. HEX triplet: BC, 7A and 9B. RGB value is (188,122,155). Sum of RGB (Red+Green+Blue) = 188+122+155=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7A9B is #438564. Grayscale: #919191. Windows color (decimal): -4425061 or 10189500. OLE color: 10189500.

HSL color Cylindrical-coordinate representation of color #BC7A9B: hue angle of 330º 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 #BC7A9B is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB188122155-
CMYK00.350.180.26
HSL330º33%60.78%-
HSV(B)330º35.11%73.73%-
XYZ33.6126.9834.45-
YUV145.5133.37158.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 155 (60.94% from 255) = 33.33%
R=40.43%
G=26.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812215500.350.180.263303360.78
HexBC7A9B023121A14a213d
Octal27417223304322325124175
Binary1011110011110101001101101000111001011010101001010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A9B; }

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

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

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

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

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

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

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

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