#BC65A0

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

Shades of Hopbush #BC65A0

Tints of Hopbush #BC65A0

Color information

#BC65A0 (or 0xBC65A0) is unknown color: approx Hopbush. HEX triplet: BC, 65 and A0. RGB value is (188,101,160). Sum of RGB (Red+Green+Blue) = 188+101+160=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC65A0 is #439A5F. Grayscale: #858585. Windows color (decimal): -4430432 or 10511804. OLE color: 10511804.

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

Color convert

RGB188101160-
CMYK00.460.150.26
HSL319.31º39.37%56.67%-
HSV(B)319.31º46.28%73.73%-
XYZ31.7422.5435.93-
YUV133.74142.82166.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 160 (62.89% from 255) = 35.63%
R=41.87%
G=22.49%
B=35.63%

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
Decimal18810116000.460.150.26319.3139.3756.67
HexBC65A002EF1A13f2739
Octal27414524005617324774771
Binary101111001100101101000000101110111111010100111111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC65A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC65A0; }

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

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

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

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

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

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

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

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