#BC81DA

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

Shades of Wisteria #BC81DA

Tints of Wisteria #BC81DA

Color information

#BC81DA (or 0xBC81DA) is unknown color: approx Wisteria. HEX triplet: BC, 81 and DA. RGB value is (188,129,218). Sum of RGB (Red+Green+Blue) = 188+129+218=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81DA is #437E25. Grayscale: #9C9C9C. Windows color (decimal): -4423206 or 14320060. OLE color: 14320060.

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

Color convert

RGB188129218-
CMYK0.140.4100.15
HSL279.78º54.6%68.04%-
HSV(B)279.78º40.83%85.49%-
XYZ41.2431.4570.23-
YUV156.79162.55150.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 129 (50.78% from 255) = 24.11%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=35.14%
G=24.11%
B=40.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881292180.140.4100.15279.7854.668.04
HexBC81DAE290F1183744
Octal274201332165101743067104
Binary1011110010000001110110101110101001011111000110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81DA; }

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

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

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

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

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

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

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

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