#BC8AD9

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

Shades of Wisteria #BC8AD9

Tints of Wisteria #BC8AD9

Color information

#BC8AD9 (or 0xBC8AD9) is unknown color: approx Wisteria. HEX triplet: BC, 8A and D9. RGB value is (188,138,217). Sum of RGB (Red+Green+Blue) = 188+138+217=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC8AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AD9 is #437526. Grayscale: #A1A1A1. Windows color (decimal): -4420903 or 14256828. OLE color: 14256828.

HSL color Cylindrical-coordinate representation of color #BC8AD9: hue angle of 277.97º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC8AD9 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188138217-
CMYK0.130.3600.15
HSL277.97º50.97%69.61%-
HSV(B)277.97º36.41%85.1%-
XYZ42.3533.8869.95-
YUV161.96159.06146.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 138 (54.30% from 255) = 25.41%
BLUE value IS 217 (85.16% from 255) = 39.96%
R=34.62%
G=25.41%
B=39.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881382170.130.3600.15277.9750.9769.61
HexBC8AD9D240F1163346
Octal274212331154401742663106
Binary1011110010001010110110011101100100011111000101101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8AD9; }

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

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

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

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

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

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

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

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