#BD86D2

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

Shades of Wisteria #BD86D2

Tints of Wisteria #BD86D2

Color information

#BD86D2 (or 0xBD86D2) is unknown color: approx Wisteria. HEX triplet: BD, 86 and D2. RGB value is (189,134,210). Sum of RGB (Red+Green+Blue) = 189+134+210=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD86D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86D2 is #42792D. Grayscale: #9E9E9E. Windows color (decimal): -4356398 or 13797053. OLE color: 13797053.

HSL color Cylindrical-coordinate representation of color #BD86D2: hue angle of 283.42º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD86D2 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189134210-
CMYK0.100.3600.18
HSL283.42º45.78%67.45%-
HSV(B)283.42º36.19%82.35%-
XYZ41.1432.5265.08-
YUV159.11156.72149.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 210 (82.42% from 255) = 39.40%
R=35.46%
G=25.14%
B=39.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891342100.100.3600.18283.4245.7867.45
HexBD86D2A2401211b2e43
Octal275206322124402243356103
Binary10111101100001101101001010101001000100101000110111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD86D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD86D2; }

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

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

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

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

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

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

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

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