#BC83D9

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

Shades of Wisteria #BC83D9

Tints of Wisteria #BC83D9

Color information

#BC83D9 (or 0xBC83D9) is unknown color: approx Wisteria. HEX triplet: BC, 83 and D9. RGB value is (188,131,217). Sum of RGB (Red+Green+Blue) = 188+131+217=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC83D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83D9 is #437C26. Grayscale: #9D9D9D. Windows color (decimal): -4422695 or 14255036. OLE color: 14255036.

HSL color Cylindrical-coordinate representation of color #BC83D9: hue angle of 279.77º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC83D9 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188131217-
CMYK0.130.4000.15
HSL279.77º53.09%68.24%-
HSV(B)279.77º39.63%85.1%-
XYZ41.3831.9369.63-
YUV157.85161.38149.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 131 (51.56% from 255) = 24.44%
BLUE value IS 217 (85.16% from 255) = 40.49%
R=35.07%
G=24.44%
B=40.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881312170.130.4000.15279.7753.0968.24
HexBC83D9D280F1183544
Octal274203331155001743065104
Binary1011110010000011110110011101101000011111000110001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83D9; }

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

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

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

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

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

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

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

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