#BC85DB

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

Shades of Wisteria #BC85DB

Tints of Wisteria #BC85DB

Color information

#BC85DB (or 0xBC85DB) is unknown color: approx Wisteria. HEX triplet: BC, 85 and DB. RGB value is (188,133,219). Sum of RGB (Red+Green+Blue) = 188+133+219=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85DB is #437A24. Grayscale: #9E9E9E. Windows color (decimal): -4422181 or 14386620. OLE color: 14386620.

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

Color convert

RGB188133219-
CMYK0.140.3900.14
HSL278.37º54.43%69.02%-
HSV(B)278.37º39.27%85.88%-
XYZ41.9132.5871.1-
YUV159.25161.72148.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=34.81%
G=24.63%
B=40.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881332190.140.3900.14278.3754.4369.02
HexBC85DBE270E1163645
Octal274205333164701642666105
Binary1011110010000101110110111110100111011101000101101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85DB; }

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

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

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

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

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

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

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

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