#BC679C

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

Shades of Hopbush #BC679C

Tints of Hopbush #BC679C

Color information

#BC679C (or 0xBC679C) is unknown color: approx Hopbush. HEX triplet: BC, 67 and 9C. RGB value is (188,103,156). Sum of RGB (Red+Green+Blue) = 188+103+156=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC679C is #439863. Grayscale: #868686. Windows color (decimal): -4429924 or 10250172. OLE color: 10250172.

HSL color Cylindrical-coordinate representation of color #BC679C: hue angle of 322.59º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC679C is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB188103156-
CMYK00.450.170.26
HSL322.59º38.81%57.06%-
HSV(B)322.59º45.21%73.73%-
XYZ31.5922.7934.19-
YUV134.46140.16166.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=42.06%
G=23.04%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810315600.450.170.26322.5938.8157.06
HexBC679C02D111A1432739
Octal27414723405521325034771
Binary1011110011001111001110001011011000111010101000011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC679C; }

 p { color: rgb(188,103,156); }

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

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

 a { background-color: rgb(188,103,156); }

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

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

 span { border-color: rgb(188,103,156); }

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