#BD8ADD

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

Shades of Wisteria #BD8ADD

Tints of Wisteria #BD8ADD

Color information

#BD8ADD (or 0xBD8ADD) is unknown color: approx Wisteria. HEX triplet: BD, 8A and DD. RGB value is (189,138,221). Sum of RGB (Red+Green+Blue) = 189+138+221=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ADD is #427522. Grayscale: #A2A2A2. Windows color (decimal): -4355363 or 14518973. OLE color: 14518973.

HSL color Cylindrical-coordinate representation of color #BD8ADD: hue angle of 276.87º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8ADD is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189138221-
CMYK0.140.3800.13
HSL276.87º54.97%70.39%-
HSV(B)276.87º37.56%86.67%-
XYZ43.1334.2272.74-
YUV162.71160.9146.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 138 (54.30% from 255) = 25.18%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=34.49%
G=25.18%
B=40.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891382210.140.3800.13276.8754.9770.39
HexBD8ADDE260D1153746
Octal275212335164601542567106
Binary1011110110001010110111011110100110011011000101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8ADD; }

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

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

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

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

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

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

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

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