#bc87da

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

Shades of Wisteria #BC87DA

Tints of Wisteria #BC87DA

Color information

#BC87DA (or 0xBC87DA) is unknown color: approx Wisteria. HEX triplet: BC, 87 and DA. RGB value is (188,135,218). Sum of RGB (Red+Green+Blue) = 188+135+218=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC87DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87DA is #437825. Grayscale: #A0A0A0. Windows color (decimal): -4421670 or 14321596. OLE color: 14321596.

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

Color convert

RGB188135218-
CMYK0.140.3800.15
HSL278.31º52.87%69.22%-
HSV(B)278.31º38.07%85.49%-
XYZ42.0633.0870.5-
YUV160.31160.56147.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 135 (53.12% from 255) = 24.95%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=34.75%
G=24.95%
B=40.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881352180.140.3800.15278.3152.8769.22
HexBC87DAE260F1163545
Octal274207332164601742665105
Binary1011110010000111110110101110100110011111000101101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc87da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc87da; }

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

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

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

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

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

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

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

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