#BD8DCD

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

Shades of Wisteria #BD8DCD

Tints of Wisteria #BD8DCD

Color information

#BD8DCD (or 0xBD8DCD) is unknown color: approx Wisteria. HEX triplet: BD, 8D and CD. RGB value is (189,141,205). Sum of RGB (Red+Green+Blue) = 189+141+205=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DCD is #427232. Grayscale: #A2A2A2. Windows color (decimal): -4354611 or 13471165. OLE color: 13471165.

HSL color Cylindrical-coordinate representation of color #BD8DCD: hue angle of 285º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8DCD is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189141205-
CMYK0.080.3100.20
HSL285º39.02%67.84%-
HSV(B)285º31.22%80.39%-
XYZ41.5334.2862.18-
YUV162.65151.9146.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=35.33%
G=26.36%
B=38.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891412050.080.3100.2028539.0267.84
HexBD8DCD81F01411d2744
Octal275215315103702443547104
Binary1011110110001101110011011000111110101001000111011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8DCD; }

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

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

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

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

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

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

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

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