#BC679D

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

Shades of Hopbush #BC679D

Tints of Hopbush #BC679D

Color information

#BC679D (or 0xBC679D) is unknown color: approx Hopbush. HEX triplet: BC, 67 and 9D. RGB value is (188,103,157). Sum of RGB (Red+Green+Blue) = 188+103+157=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC679D is #439862. Grayscale: #868686. Windows color (decimal): -4429923 or 10315708. OLE color: 10315708.

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

Color convert

RGB188103157-
CMYK00.450.160.26
HSL321.88º38.81%57.06%-
HSV(B)321.88º45.21%73.73%-
XYZ31.6822.8334.63-
YUV134.57140.66166.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=41.96%
G=22.99%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810315700.450.160.26321.8838.8157.06
HexBC679D02D101A1422739
Octal27414723505520325024771
Binary1011110011001111001110101011011000011010101000010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC679D; }

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

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

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

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

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

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

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

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