#BC8ADA

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

Shades of Wisteria #BC8ADA

Tints of Wisteria #BC8ADA

Color information

#BC8ADA (or 0xBC8ADA) is unknown color: approx Wisteria. HEX triplet: BC, 8A and DA. RGB value is (188,138,218). Sum of RGB (Red+Green+Blue) = 188+138+218=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC8ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ADA is #437525. Grayscale: #A1A1A1. Windows color (decimal): -4420902 or 14322364. OLE color: 14322364.

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

Color convert

RGB188138218-
CMYK0.140.3700.15
HSL277.5º51.95%69.8%-
HSV(B)277.5º36.7%85.49%-
XYZ42.4833.9370.64-
YUV162.07159.56146.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 138 (54.30% from 255) = 25.37%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=34.56%
G=25.37%
B=40.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881382180.140.3700.15277.551.9569.8
HexBC8ADAE250F1163446
Octal274212332164501742664106
Binary1011110010001010110110101110100101011111000101101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8ADA; }

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

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

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

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

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

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

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

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