#BD8DD0

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

Shades of Wisteria #BD8DD0

Tints of Wisteria #BD8DD0

Color information

#BD8DD0 (or 0xBD8DD0) is unknown color: approx Wisteria. HEX triplet: BD, 8D and D0. RGB value is (189,141,208). Sum of RGB (Red+Green+Blue) = 189+141+208=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD8DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DD0 is #42722F. Grayscale: #A2A2A2. Windows color (decimal): -4354608 or 13667773. OLE color: 13667773.

HSL color Cylindrical-coordinate representation of color #BD8DD0: hue angle of 282.99º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8DD0 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189141208-
CMYK0.090.3200.18
HSL282.99º41.61%68.43%-
HSV(B)282.99º32.21%81.57%-
XYZ41.934.4264.11-
YUV162.99153.4146.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=35.13%
G=26.21%
B=38.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891412080.090.3200.18282.9941.6168.43
HexBD8DD092001211b2a44
Octal275215320114002243352104
Binary10111101100011011101000010011000000100101000110111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8DD0; }

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

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

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

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

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

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

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

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