#BC85FB

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

Shades of Wisteria #BC85FB

Tints of Wisteria #BC85FB

Color information

#BC85FB (or 0xBC85FB) is unknown color: approx Wisteria. HEX triplet: BC, 85 and FB. RGB value is (188,133,251). Sum of RGB (Red+Green+Blue) = 188+133+251=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC85FB is #437A04. Grayscale: #A2A2A2. Windows color (decimal): -4422149 or 16483772. OLE color: 16483772.

HSL color Cylindrical-coordinate representation of color #BC85FB: hue angle of 267.97º degrees, saturation: 0.94, 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 #BC85FB is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188133251-
CMYK0.250.4700.02
HSL267.97º93.65%75.29%-
HSV(B)267.97º47.01%98.43%-
XYZ46.5434.4395.46-
YUV162.9177.72145.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 133 (52.34% from 255) = 23.25%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=32.87%
G=23.25%
B=43.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881332510.250.4700.02267.9793.6575.29
HexBC85FB192F0210c5e4b
Octal274205373315702414136113
Binary1011110010000101111110111100110111101010000110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85FB; }

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

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

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

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

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

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

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

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