#BC679F

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

Shades of Hopbush #BC679F

Tints of Hopbush #BC679F

Color information

#BC679F (or 0xBC679F) is unknown color: approx Hopbush. HEX triplet: BC, 67 and 9F. RGB value is (188,103,159). Sum of RGB (Red+Green+Blue) = 188+103+159=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC679F is #439860. Grayscale: #868686. Windows color (decimal): -4429921 or 10446780. OLE color: 10446780.

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

Color convert

RGB188103159-
CMYK00.450.150.26
HSL320.47º38.81%57.06%-
HSV(B)320.47º45.21%73.73%-
XYZ31.8522.935.54-
YUV134.8141.66165.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=41.78%
G=22.89%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810315900.450.150.26320.4738.8157.06
HexBC679F02DF1A1402739
Octal27414723705517325004771
Binary101111001100111100111110101101111111010101000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC679F; }

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

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

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

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

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

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

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

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