#BD7CDE

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

Shades of Wisteria #BD7CDE

Tints of Wisteria #BD7CDE

Color information

#BD7CDE (or 0xBD7CDE) is unknown color: approx Wisteria. HEX triplet: BD, 7C and DE. RGB value is (189,124,222). Sum of RGB (Red+Green+Blue) = 189+124+222=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CDE is #428321. Grayscale: #9A9A9A. Windows color (decimal): -4358946 or 14580925. OLE color: 14580925.

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

Color convert

RGB189124222-
CMYK0.150.4400.13
HSL279.8º59.76%67.84%-
HSV(B)279.8º44.14%87.06%-
XYZ41.3830.5172.81-
YUV154.61166.03152.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 124 (48.83% from 255) = 23.18%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=35.33%
G=23.18%
B=41.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891242220.150.4400.13279.859.7667.84
HexBD7CDEF2C0D1183c44
Octal275174336175401543074104
Binary101111011111100110111101111101100011011000110001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7CDE; }

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

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

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

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

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

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

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

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