#BC83DE

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

Shades of Wisteria #BC83DE

Tints of Wisteria #BC83DE

Color information

#BC83DE (or 0xBC83DE) is unknown color: approx Wisteria. HEX triplet: BC, 83 and DE. RGB value is (188,131,222). Sum of RGB (Red+Green+Blue) = 188+131+222=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC83DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83DE is #437C21. Grayscale: #9E9E9E. Windows color (decimal): -4422690 or 14582716. OLE color: 14582716.

HSL color Cylindrical-coordinate representation of color #BC83DE: hue angle of 277.58º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC83DE is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188131222-
CMYK0.150.4100.13
HSL277.58º57.96%69.22%-
HSV(B)277.58º40.99%87.06%-
XYZ42.0432.273.11-
YUV158.42163.88149.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 131 (51.56% from 255) = 24.21%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=34.75%
G=24.21%
B=41.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881312220.150.4100.13277.5857.9669.22
HexBC83DEF290D1163a45
Octal274203336175101542672105
Binary1011110010000011110111101111101001011011000101101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83DE; }

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

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

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

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

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

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

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

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