#BC7DEC

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

Shades of Wisteria #BC7DEC

Tints of Wisteria #BC7DEC

Color information

#BC7DEC (or 0xBC7DEC) is unknown color: approx Wisteria. HEX triplet: BC, 7D and EC. RGB value is (188,125,236). Sum of RGB (Red+Green+Blue) = 188+125+236=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC7DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DEC is #438213. Grayscale: #9C9C9C. Windows color (decimal): -4424212 or 15498684. OLE color: 15498684.

HSL color Cylindrical-coordinate representation of color #BC7DEC: hue angle of 274.05º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC7DEC is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188125236-
CMYK0.200.4700.07
HSL274.05º74.5%70.78%-
HSV(B)274.05º47.03%92.55%-
XYZ43.2131.4183.14-
YUV156.49172.87150.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 125 (49.22% from 255) = 22.77%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=34.24%
G=22.77%
B=42.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881252360.200.4700.07274.0574.570.78
HexBC7DEC142F071124a47
Octal274175354245707422112107
Binary1011110011111011110110010100101111011110001001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DEC; }

 p { color: rgb(188,125,236); }

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

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

 a { background-color: rgb(188,125,236); }

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

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

 span { border-color: rgb(188,125,236); }

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