#BD8AD5

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

Shades of Wisteria #BD8AD5

Tints of Wisteria #BD8AD5

Color information

#BD8AD5 (or 0xBD8AD5) is unknown color: approx Wisteria. HEX triplet: BD, 8A and D5. RGB value is (189,138,213). Sum of RGB (Red+Green+Blue) = 189+138+213=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD8AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8AD5 is #42752A. Grayscale: #A1A1A1. Windows color (decimal): -4355371 or 13994685. OLE color: 13994685.

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

Color convert

RGB189138213-
CMYK0.110.3500.16
HSL280.8º47.17%68.82%-
HSV(B)280.8º35.21%83.53%-
XYZ42.0833.867.26-
YUV161.8156.9147.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 213 (83.59% from 255) = 39.44%
R=35%
G=25.56%
B=39.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891382130.110.3500.16280.847.1768.82
HexBD8AD5B230101192f45
Octal275212325134302043157105
Binary10111101100010101101010110111000110100001000110011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8AD5; }

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

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

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

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

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

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

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

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