#BC6D9D

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

Shades of Hopbush #BC6D9D

Tints of Hopbush #BC6D9D

Color information

#BC6D9D (or 0xBC6D9D) is unknown color: approx Hopbush. HEX triplet: BC, 6D and 9D. RGB value is (188,109,157). Sum of RGB (Red+Green+Blue) = 188+109+157=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6D9D is #439262. Grayscale: #898989. Windows color (decimal): -4428387 or 10317244. OLE color: 10317244.

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

Color convert

RGB188109157-
CMYK00.420.160.26
HSL323.54º37.09%58.24%-
HSV(B)323.54º42.02%73.73%-
XYZ32.2924.0634.84-
YUV138.09138.67163.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 157 (61.72% from 255) = 34.58%
R=41.41%
G=24.01%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810915700.420.160.26323.5437.0958.24
HexBC6D9D02A101A144253a
Octal27415523505220325044572
Binary1011110011011011001110101010101000011010101000100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D9D; }

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

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

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

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

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

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

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

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