#BC7D9A

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

Shades of Hopbush #BC7D9A

Tints of Hopbush #BC7D9A

Color information

#BC7D9A (or 0xBC7D9A) is unknown color: approx Hopbush. HEX triplet: BC, 7D and 9A. RGB value is (188,125,154). Sum of RGB (Red+Green+Blue) = 188+125+154=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D9A is #438265. Grayscale: #939393. Windows color (decimal): -4424294 or 10124732. OLE color: 10124732.

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

Color convert

RGB188125154-
CMYK00.340.180.26
HSL332.38º31.98%61.37%-
HSV(B)332.38º33.51%73.73%-
XYZ33.9127.6934.13-
YUV147.14131.87157.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 154 (60.55% from 255) = 32.98%
R=40.26%
G=26.77%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812515400.340.180.26332.3831.9861.37
HexBC7D9A022121A14c203d
Octal27417523204222325144075
Binary1011110011111011001101001000101001011010101001100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7D9A; }

 p { color: rgb(188,125,154); }

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

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

 a { background-color: rgb(188,125,154); }

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

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

 span { border-color: rgb(188,125,154); }

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