#BC85DF

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

Shades of Wisteria #BC85DF

Tints of Wisteria #BC85DF

Color information

#BC85DF (or 0xBC85DF) is unknown color: approx Wisteria. HEX triplet: BC, 85 and DF. RGB value is (188,133,223). Sum of RGB (Red+Green+Blue) = 188+133+223=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85DF is #437A20. Grayscale: #9F9F9F. Windows color (decimal): -4422177 or 14648764. OLE color: 14648764.

HSL color Cylindrical-coordinate representation of color #BC85DF: hue angle of 276.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC85DF is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188133223-
CMYK0.160.4000.13
HSL276.67º58.44%69.8%-
HSV(B)276.67º40.36%87.45%-
XYZ42.4532.7973.9-
YUV159.7163.72148.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=34.56%
G=24.45%
B=40.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881332230.160.4000.13276.6758.4469.8
HexBC85DF10280D1153a46
Octal274205337205001542572106
Binary10111100100001011101111110000101000011011000101011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85DF; }

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

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

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

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

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

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

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

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