#BD8FDE

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

Shades of Wisteria #BD8FDE

Tints of Wisteria #BD8FDE

Color information

#BD8FDE (or 0xBD8FDE) is unknown color: approx Wisteria. HEX triplet: BD, 8F and DE. RGB value is (189,143,222). Sum of RGB (Red+Green+Blue) = 189+143+222=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD8FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FDE is #427021. Grayscale: #A5A5A5. Windows color (decimal): -4354082 or 14585789. OLE color: 14585789.

HSL color Cylindrical-coordinate representation of color #BD8FDE: hue angle of 274.94º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD8FDE is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189143222-
CMYK0.150.3600.13
HSL274.94º54.48%71.57%-
HSV(B)274.94º35.59%87.06%-
XYZ43.9935.7473.69-
YUV165.76159.74144.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=34.12%
G=25.81%
B=40.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891432220.150.3600.13274.9454.4871.57
HexBD8FDEF240D1133648
Octal275217336174401542366110
Binary1011110110001111110111101111100100011011000100111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FDE; }

 p { color: rgb(189,143,222); }

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

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

 a { background-color: rgb(189,143,222); }

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

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

 span { border-color: rgb(189,143,222); }

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