#BD7DDA

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

Shades of Wisteria #BD7DDA

Tints of Wisteria #BD7DDA

Color information

#BD7DDA (or 0xBD7DDA) is unknown color: approx Wisteria. HEX triplet: BD, 7D and DA. RGB value is (189,125,218). Sum of RGB (Red+Green+Blue) = 189+125+218=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DDA is #428225. Grayscale: #9A9A9A. Windows color (decimal): -4358694 or 14319037. OLE color: 14319037.

HSL color Cylindrical-coordinate representation of color #BD7DDA: hue angle of 281.29º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD7DDA is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189125218-
CMYK0.130.4300.15
HSL281.29º55.69%67.25%-
HSV(B)281.29º42.66%85.49%-
XYZ40.9730.5570.07-
YUV154.74163.7152.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 125 (49.22% from 255) = 23.50%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=35.53%
G=23.50%
B=40.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891252180.130.4300.15281.2955.6967.25
HexBD7DDAD2B0F1193843
Octal275175332155301743170103
Binary101111011111101110110101101101011011111000110011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DDA; }

 p { color: rgb(189,125,218); }

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

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

 a { background-color: rgb(189,125,218); }

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

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

 span { border-color: rgb(189,125,218); }

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