#BC6CA0

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

Shades of Hopbush #BC6CA0

Tints of Hopbush #BC6CA0

Color information

#BC6CA0 (or 0xBC6CA0) is unknown color: approx Hopbush. HEX triplet: BC, 6C and A0. RGB value is (188,108,160). Sum of RGB (Red+Green+Blue) = 188+108+160=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6CA0 is #43935F. Grayscale: #898989. Windows color (decimal): -4428640 or 10513596. OLE color: 10513596.

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

Color convert

RGB188108160-
CMYK00.430.150.26
HSL321º37.38%58.04%-
HSV(B)321º42.55%73.73%-
XYZ32.4523.9536.17-
YUV137.85140.5163.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 108 (42.58% from 255) = 23.68%
BLUE value IS 160 (62.89% from 255) = 35.09%
R=41.23%
G=23.68%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810816000.430.150.2632137.3858.04
HexBC6CA002BF1A141253a
Octal27415424005317325014572
Binary101111001101100101000000101011111111010101000001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CA0; }

 p { color: rgb(188,108,160); }

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

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

 a { background-color: rgb(188,108,160); }

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

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

 span { border-color: rgb(188,108,160); }

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