#BC6692

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

Shades of Hopbush #BC6692

Tints of Hopbush #BC6692

Color information

#BC6692 (or 0xBC6692) is unknown color: approx Hopbush. HEX triplet: BC, 66 and 92. RGB value is (188,102,146). Sum of RGB (Red+Green+Blue) = 188+102+146=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6692 is #43996D. Grayscale: #848484. Windows color (decimal): -4430190 or 9594556. OLE color: 9594556.

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

Color convert

RGB188102146-
CMYK00.460.220.26
HSL329.3º39.09%56.86%-
HSV(B)329.3º45.74%73.73%-
XYZ30.6822.2729.88-
YUV132.73135.49167.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 146 (57.42% from 255) = 33.49%
R=43.12%
G=23.39%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810214600.460.220.26329.339.0956.86
HexBC669202E161A1492739
Octal27414622205626325114771
Binary1011110011001101001001001011101011011010101001001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6692; }

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

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

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

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

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

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

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

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