#BC6D9E

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

Shades of Hopbush #BC6D9E

Tints of Hopbush #BC6D9E

Color information

#BC6D9E (or 0xBC6D9E) is unknown color: approx Hopbush. HEX triplet: BC, 6D and 9E. RGB value is (188,109,158). Sum of RGB (Red+Green+Blue) = 188+109+158=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6D9E is #439261. Grayscale: #8A8A8A. Windows color (decimal): -4428386 or 10382780. OLE color: 10382780.

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

Color convert

RGB188109158-
CMYK00.420.160.26
HSL322.78º37.09%58.24%-
HSV(B)322.78º42.02%73.73%-
XYZ32.3824.135.29-
YUV138.21139.17163.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=41.32%
G=23.96%
B=34.73%

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
Decimal18810915800.420.160.26322.7837.0958.24
HexBC6D9E02A101A143253a
Octal27415523605220325034572
Binary1011110011011011001111001010101000011010101000011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D9E; }

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

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

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

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

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

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

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

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