#BD8EDD

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

Shades of Wisteria #BD8EDD

Tints of Wisteria #BD8EDD

Color information

#BD8EDD (or 0xBD8EDD) is unknown color: approx Wisteria. HEX triplet: BD, 8E and DD. RGB value is (189,142,221). Sum of RGB (Red+Green+Blue) = 189+142+221=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EDD is #427122. Grayscale: #A4A4A4. Windows color (decimal): -4354339 or 14519997. OLE color: 14519997.

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

Color convert

RGB189142221-
CMYK0.140.3600.13
HSL275.7º53.74%71.18%-
HSV(B)275.7º35.75%86.67%-
XYZ43.7135.3972.93-
YUV165.06159.57145.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 142 (55.86% from 255) = 25.72%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=34.24%
G=25.72%
B=40.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891422210.140.3600.13275.753.7471.18
HexBD8EDDE240D1143647
Octal275216335164401542466107
Binary1011110110001110110111011110100100011011000101001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8EDD; }

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

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

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

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

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

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

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

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