#BC8AD7

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

Shades of Wisteria #BC8AD7

Tints of Wisteria #BC8AD7

Color information

#BC8AD7 (or 0xBC8AD7) is unknown color: approx Wisteria. HEX triplet: BC, 8A and D7. RGB value is (188,138,215). Sum of RGB (Red+Green+Blue) = 188+138+215=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC8AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AD7 is #437528. Grayscale: #A1A1A1. Windows color (decimal): -4420905 or 14125756. OLE color: 14125756.

HSL color Cylindrical-coordinate representation of color #BC8AD7: hue angle of 278.96º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC8AD7 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188138215-
CMYK0.130.3600.16
HSL278.96º49.04%69.22%-
HSV(B)278.96º35.81%84.31%-
XYZ42.0933.7768.59-
YUV161.73158.06146.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 138 (54.30% from 255) = 25.51%
BLUE value IS 215 (84.38% from 255) = 39.74%
R=34.75%
G=25.51%
B=39.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881382150.130.3600.16278.9649.0469.22
HexBC8AD7D240101173145
Octal274212327154402042761105
Binary10111100100010101101011111011001000100001000101111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8AD7; }

 p { color: rgb(188,138,215); }

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

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

 a { background-color: rgb(188,138,215); }

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

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

 span { border-color: rgb(188,138,215); }

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