#BD86F9

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

Shades of Wisteria #BD86F9

Tints of Wisteria #BD86F9

Color information

#BD86F9 (or 0xBD86F9) is unknown color: approx Wisteria. HEX triplet: BD, 86 and F9. RGB value is (189,134,249). Sum of RGB (Red+Green+Blue) = 189+134+249=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD86F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD86F9 is #427906. Grayscale: #A3A3A3. Windows color (decimal): -4356359 or 16352957. OLE color: 16352957.

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

Color convert

RGB189134249-
CMYK0.240.4600.02
HSL268.7º90.55%75.1%-
HSV(B)268.7º46.18%97.65%-
XYZ46.6134.7193.87-
YUV163.55176.22146.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 134 (52.73% from 255) = 23.43%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=33.04%
G=23.43%
B=43.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891342490.240.4600.02268.790.5575.1
HexBD86F9182E0210d5b4b
Octal275206371305602415133113
Binary1011110110000110111110011100010111001010000110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD86F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD86F9; }

 p { color: rgb(189,134,249); }

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

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

 a { background-color: rgb(189,134,249); }

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

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

 span { border-color: rgb(189,134,249); }

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