#BD8DD6

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

Shades of Wisteria #BD8DD6

Tints of Wisteria #BD8DD6

Color information

#BD8DD6 (or 0xBD8DD6) is unknown color: approx Wisteria. HEX triplet: BD, 8D and D6. RGB value is (189,141,214). Sum of RGB (Red+Green+Blue) = 189+141+214=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD8DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DD6 is #427229. Grayscale: #A3A3A3. Windows color (decimal): -4354602 or 14060989. OLE color: 14060989.

HSL color Cylindrical-coordinate representation of color #BD8DD6: hue angle of 279.45º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD8DD6 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189141214-
CMYK0.120.3400.16
HSL279.45º47.1%69.61%-
HSV(B)279.45º34.11%83.92%-
XYZ42.6534.7268.07-
YUV163.67156.4146.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 141 (55.47% from 255) = 25.92%
BLUE value IS 214 (83.98% from 255) = 39.34%
R=34.74%
G=25.92%
B=39.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891412140.120.3400.16279.4547.169.61
HexBD8DD6C220101172f46
Octal275215326144202042757106
Binary10111101100011011101011011001000100100001000101111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8DD6; }

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

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

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

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

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

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

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

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