#BD7DE0

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

Shades of Wisteria #BD7DE0

Tints of Wisteria #BD7DE0

Color information

#BD7DE0 (or 0xBD7DE0) is unknown color: approx Wisteria. HEX triplet: BD, 7D and E0. RGB value is (189,125,224). Sum of RGB (Red+Green+Blue) = 189+125+224=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD7DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DE0 is #42821F. Grayscale: #9B9B9B. Windows color (decimal): -4358688 or 14712253. OLE color: 14712253.

HSL color Cylindrical-coordinate representation of color #BD7DE0: hue angle of 278.79º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD7DE0 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189125224-
CMYK0.160.4400.12
HSL278.79º61.49%68.43%-
HSV(B)278.79º44.2%87.84%-
XYZ41.7730.8774.28-
YUV155.42166.7151.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 224 (87.89% from 255) = 41.64%
R=35.13%
G=23.23%
B=41.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891252240.160.4400.12278.7961.4968.43
HexBD7DE0102C0C1173d44
Octal275175340205401442775104
Binary1011110111111011110000010000101100011001000101111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DE0; }

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

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

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

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

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

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

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

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