#BD86DD

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

Shades of Wisteria #BD86DD

Tints of Wisteria #BD86DD

Color information

#BD86DD (or 0xBD86DD) is unknown color: approx Wisteria. HEX triplet: BD, 86 and DD. RGB value is (189,134,221). Sum of RGB (Red+Green+Blue) = 189+134+221=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD86DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86DD is #427922. Grayscale: #A0A0A0. Windows color (decimal): -4356387 or 14517949. OLE color: 14517949.

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

Color convert

RGB189134221-
CMYK0.140.3900.13
HSL277.93º56.13%69.61%-
HSV(B)277.93º39.37%86.67%-
XYZ42.5633.0972.55-
YUV160.36162.22148.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 134 (52.73% from 255) = 24.63%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=34.74%
G=24.63%
B=40.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891342210.140.3900.13277.9356.1369.61
HexBD86DDE270D1163846
Octal275206335164701542670106
Binary1011110110000110110111011110100111011011000101101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD86DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD86DD; }

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

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

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

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

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

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

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

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