#BC85DC

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

Shades of Wisteria #BC85DC

Tints of Wisteria #BC85DC

Color information

#BC85DC (or 0xBC85DC) is unknown color: approx Wisteria. HEX triplet: BC, 85 and DC. RGB value is (188,133,220). Sum of RGB (Red+Green+Blue) = 188+133+220=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85DC is #437A23. Grayscale: #9F9F9F. Windows color (decimal): -4422180 or 14452156. OLE color: 14452156.

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

Color convert

RGB188133220-
CMYK0.150.4000.14
HSL277.93º55.41%69.22%-
HSV(B)277.93º39.55%86.27%-
XYZ42.0432.6371.79-
YUV159.36162.22148.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=34.75%
G=24.58%
B=40.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881332200.150.4000.14277.9355.4169.22
HexBC85DCF280E1163745
Octal274205334175001642667105
Binary1011110010000101110111001111101000011101000101101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85DC; }

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

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

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

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

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

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

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

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