#BC85F9

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

Shades of Wisteria #BC85F9

Tints of Wisteria #BC85F9

Color information

#BC85F9 (or 0xBC85F9) is unknown color: approx Wisteria. HEX triplet: BC, 85 and F9. RGB value is (188,133,249). Sum of RGB (Red+Green+Blue) = 188+133+249=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC85F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC85F9 is #437A06. Grayscale: #A2A2A2. Windows color (decimal): -4422151 or 16352700. OLE color: 16352700.

HSL color Cylindrical-coordinate representation of color #BC85F9: hue angle of 268.45º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC85F9 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188133249-
CMYK0.240.4700.02
HSL268.45º90.62%74.9%-
HSV(B)268.45º46.59%97.65%-
XYZ46.2334.3193.81-
YUV162.67176.72146.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 133 (52.34% from 255) = 23.33%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=32.98%
G=23.33%
B=43.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881332490.240.4700.02268.4590.6274.9
HexBC85F9182F0210c5b4b
Octal274205371305702414133113
Binary1011110010000101111110011100010111101010000110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85F9; }

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

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

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

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

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

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

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

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