#BC85DA

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

Shades of Wisteria #BC85DA

Tints of Wisteria #BC85DA

Color information

#BC85DA (or 0xBC85DA) is unknown color: approx Wisteria. HEX triplet: BC, 85 and DA. RGB value is (188,133,218). Sum of RGB (Red+Green+Blue) = 188+133+218=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC85DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85DA is #437A25. Grayscale: #9E9E9E. Windows color (decimal): -4422182 or 14321084. OLE color: 14321084.

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

Color convert

RGB188133218-
CMYK0.140.3900.15
HSL278.82º53.46%68.82%-
HSV(B)278.82º38.99%85.49%-
XYZ41.7832.5370.41-
YUV159.14161.22148.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 133 (52.34% from 255) = 24.68%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=34.88%
G=24.68%
B=40.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881332180.140.3900.15278.8253.4668.82
HexBC85DAE270F1173545
Octal274205332164701742765105
Binary1011110010000101110110101110100111011111000101111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85DA; }

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

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

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

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

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

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

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

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