#BD7DE1

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

Shades of Wisteria #BD7DE1

Tints of Wisteria #BD7DE1

Color information

#BD7DE1 (or 0xBD7DE1) is unknown color: approx Wisteria. HEX triplet: BD, 7D and E1. RGB value is (189,125,225). Sum of RGB (Red+Green+Blue) = 189+125+225=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD7DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DE1 is #42821E. Grayscale: #9B9B9B. Windows color (decimal): -4358687 or 14777789. OLE color: 14777789.

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

Color convert

RGB189125225-
CMYK0.160.4400.12
HSL278.4º62.5%68.63%-
HSV(B)278.4º44.44%88.24%-
XYZ41.9130.9274.99-
YUV155.54167.2151.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 125 (49.22% from 255) = 23.19%
BLUE value IS 225 (88.28% from 255) = 41.74%
R=35.06%
G=23.19%
B=41.74%

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
Decimal1891252250.160.4400.12278.462.568.63
HexBD7DE1102C0C1163e45
Octal275175341205401442676105
Binary1011110111111011110000110000101100011001000101101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DE1; }

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

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

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

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

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

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

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

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