#BC669F

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

Shades of Hopbush #BC669F

Tints of Hopbush #BC669F

Color information

#BC669F (or 0xBC669F) is unknown color: approx Hopbush. HEX triplet: BC, 66 and 9F. RGB value is (188,102,159). Sum of RGB (Red+Green+Blue) = 188+102+159=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC669F is #439960. Grayscale: #868686. Windows color (decimal): -4430177 or 10446524. OLE color: 10446524.

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

Color convert

RGB188102159-
CMYK00.460.150.26
HSL320.23º39.09%56.86%-
HSV(B)320.23º45.74%73.73%-
XYZ31.7522.735.51-
YUV134.21141.99166.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=41.87%
G=22.72%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810215900.460.150.26320.2339.0956.86
HexBC669F02EF1A1402739
Octal27414623705617325004771
Binary101111001100110100111110101110111111010101000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC669F; }

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

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

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

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

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

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

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

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