#BD86EB

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

Shades of Wisteria #BD86EB

Tints of Wisteria #BD86EB

Color information

#BD86EB (or 0xBD86EB) is unknown color: approx Wisteria. HEX triplet: BD, 86 and EB. RGB value is (189,134,235). Sum of RGB (Red+Green+Blue) = 189+134+235=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD86EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD86EB is #427914. Grayscale: #A1A1A1. Windows color (decimal): -4356373 or 15435453. OLE color: 15435453.

HSL color Cylindrical-coordinate representation of color #BD86EB: hue angle of 272.67º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD86EB is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189134235-
CMYK0.200.4300.08
HSL272.67º71.63%72.35%-
HSV(B)272.67º42.98%92.16%-
XYZ44.5133.8782.79-
YUV161.96169.22147.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 134 (52.73% from 255) = 24.01%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=33.87%
G=24.01%
B=42.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891342350.200.4300.08272.6771.6372.35
HexBD86EB142B081114848
Octal2752063532453010421110110
Binary101111011000011011101011101001010110100010001000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD86EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD86EB; }

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

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

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

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

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

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

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

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