#BD7EE1

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

Shades of Wisteria #BD7EE1

Tints of Wisteria #BD7EE1

Color information

#BD7EE1 (or 0xBD7EE1) is unknown color: approx Wisteria. HEX triplet: BD, 7E and E1. RGB value is (189,126,225). Sum of RGB (Red+Green+Blue) = 189+126+225=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD7EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EE1 is #42811E. Grayscale: #9B9B9B. Windows color (decimal): -4358431 or 14778045. OLE color: 14778045.

HSL color Cylindrical-coordinate representation of color #BD7EE1: hue angle of 278.18º 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 #BD7EE1 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189126225-
CMYK0.160.4400.12
HSL278.18º62.26%68.82%-
HSV(B)278.18º44%88.24%-
XYZ42.0431.1875.04-
YUV156.12166.87151.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 126 (49.61% from 255) = 23.33%
BLUE value IS 225 (88.28% from 255) = 41.67%
R=35%
G=23.33%
B=41.67%

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
Decimal1891262250.160.4400.12278.1862.2668.82
HexBD7EE1102C0C1163e45
Octal275176341205401442676105
Binary1011110111111101110000110000101100011001000101101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7EE1; }

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

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

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

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

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

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

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

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