#BC83EC

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

Shades of Wisteria #BC83EC

Tints of Wisteria #BC83EC

Color information

#BC83EC (or 0xBC83EC) is unknown color: approx Wisteria. HEX triplet: BC, 83 and EC. RGB value is (188,131,236). Sum of RGB (Red+Green+Blue) = 188+131+236=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC83EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC83EC is #437C13. Grayscale: #9F9F9F. Windows color (decimal): -4422676 or 15500220. OLE color: 15500220.

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

Color convert

RGB188131236-
CMYK0.200.4400.07
HSL272.57º73.43%71.96%-
HSV(B)272.57º44.49%92.55%-
XYZ4432.9883.4-
YUV160.01170.88147.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 131 (51.56% from 255) = 23.60%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=33.87%
G=23.60%
B=42.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881312360.200.4400.07272.5773.4371.96
HexBC83EC142C071114948
Octal274203354245407421111110
Binary10111100100000111110110010100101100011110001000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83EC; }

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

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

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

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

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

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

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

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