#BC86FD

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

Shades of Wisteria #BC86FD

Tints of Wisteria #BC86FD

Color information

#BC86FD (or 0xBC86FD) is unknown color: approx Wisteria. HEX triplet: BC, 86 and FD. RGB value is (188,134,253). Sum of RGB (Red+Green+Blue) = 188+134+253=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC86FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC86FD is #437902. Grayscale: #A3A3A3. Windows color (decimal): -4421891 or 16615100. OLE color: 16615100.

HSL color Cylindrical-coordinate representation of color #BC86FD: hue angle of 267.23º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC86FD is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188134253-
CMYK0.260.4700.01
HSL267.23º96.75%75.88%-
HSV(B)267.23º47.04%99.22%-
XYZ46.9934.8397.18-
YUV163.71178.39145.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 134 (52.73% from 255) = 23.30%
BLUE value IS 253 (99.22% from 255) = 44%
R=32.70%
G=23.30%
B=44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881342530.260.4700.01267.2396.7575.88
HexBC86FD1A2F0110b614c
Octal274206375325701413141114
Binary101111001000011011111101110101011110110000101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86FD; }

 p { color: rgb(188,134,253); }

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

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

 a { background-color: rgb(188,134,253); }

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

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

 span { border-color: rgb(188,134,253); }

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