#BD8DD7

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

Shades of Wisteria #BD8DD7

Tints of Wisteria #BD8DD7

Color information

#BD8DD7 (or 0xBD8DD7) is unknown color: approx Wisteria. HEX triplet: BD, 8D and D7. RGB value is (189,141,215). Sum of RGB (Red+Green+Blue) = 189+141+215=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD8DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DD7 is #427228. Grayscale: #A3A3A3. Windows color (decimal): -4354601 or 14126525. OLE color: 14126525.

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

Color convert

RGB189141215-
CMYK0.120.3400.16
HSL278.92º48.05%69.8%-
HSV(B)278.92º34.42%84.31%-
XYZ42.7834.7768.75-
YUV163.79156.9145.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=34.68%
G=25.87%
B=39.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891412150.120.3400.16278.9248.0569.8
HexBD8DD7C220101173046
Octal275215327144202042760106
Binary10111101100011011101011111001000100100001000101111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8DD7; }

 p { color: rgb(189,141,215); }

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

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

 a { background-color: rgb(189,141,215); }

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

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

 span { border-color: rgb(189,141,215); }

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