#BD8AD6

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

Shades of Wisteria #BD8AD6

Tints of Wisteria #BD8AD6

Color information

#BD8AD6 (or 0xBD8AD6) is unknown color: approx Wisteria. HEX triplet: BD, 8A and D6. RGB value is (189,138,214). Sum of RGB (Red+Green+Blue) = 189+138+214=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD8AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8AD6 is #427529. Grayscale: #A1A1A1. Windows color (decimal): -4355370 or 14060221. OLE color: 14060221.

HSL color Cylindrical-coordinate representation of color #BD8AD6: hue angle of 280.26º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD8AD6 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189138214-
CMYK0.120.3600.16
HSL280.26º48.1%69.02%-
HSV(B)280.26º35.51%83.92%-
XYZ42.2133.8567.93-
YUV161.91157.4147.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 138 (54.30% from 255) = 25.51%
BLUE value IS 214 (83.98% from 255) = 39.56%
R=34.94%
G=25.51%
B=39.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891382140.120.3600.16280.2648.169.02
HexBD8AD6C240101183045
Octal275212326144402043060105
Binary10111101100010101101011011001001000100001000110001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8AD6; }

 p { color: rgb(189,138,214); }

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

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

 a { background-color: rgb(189,138,214); }

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

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

 span { border-color: rgb(189,138,214); }

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