#BC83EE

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

Shades of Wisteria #BC83EE

Tints of Wisteria #BC83EE

Color information

#BC83EE (or 0xBC83EE) is unknown color: approx Wisteria. HEX triplet: BC, 83 and EE. RGB value is (188,131,238). Sum of RGB (Red+Green+Blue) = 188+131+238=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC83EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC83EE is #437C11. Grayscale: #9F9F9F. Windows color (decimal): -4422674 or 15631292. OLE color: 15631292.

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

Color convert

RGB188131238-
CMYK0.210.4500.07
HSL271.96º75.89%72.35%-
HSV(B)271.96º44.96%93.33%-
XYZ44.2933.184.94-
YUV160.24171.88147.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 131 (51.56% from 255) = 23.52%
BLUE value IS 238 (93.36% from 255) = 42.73%
R=33.75%
G=23.52%
B=42.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881312380.210.4500.07271.9675.8972.35
HexBC83EE152D071104c48
Octal274203356255507420114110
Binary10111100100000111110111010101101101011110001000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83EE; }

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

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

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

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

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

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

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

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