#BD86ED

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

Shades of Wisteria #BD86ED

Tints of Wisteria #BD86ED

Color information

#BD86ED (or 0xBD86ED) is unknown color: approx Wisteria. HEX triplet: BD, 86 and ED. RGB value is (189,134,237). Sum of RGB (Red+Green+Blue) = 189+134+237=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD86ED is #427912. Grayscale: #A1A1A1. Windows color (decimal): -4356371 or 15566525. OLE color: 15566525.

HSL color Cylindrical-coordinate representation of color #BD86ED: hue angle of 272.04º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD86ED is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189134237-
CMYK0.200.4300.07
HSL272.04º74.1%72.75%-
HSV(B)272.04º43.46%92.94%-
XYZ44.833.9884.32-
YUV162.19170.22147.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 134 (52.73% from 255) = 23.93%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=33.75%
G=23.93%
B=42.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891342370.200.4300.07272.0474.172.75
HexBD86ED142B071104a49
Octal275206355245307420112111
Binary10111101100001101110110110100101011011110001000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD86ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD86ED; }

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

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

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

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

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

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

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

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