#BD8CE3

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

Shades of Wisteria #BD8CE3

Tints of Wisteria #BD8CE3

Color information

#BD8CE3 (or 0xBD8CE3) is unknown color: approx Wisteria. HEX triplet: BD, 8C and E3. RGB value is (189,140,227). Sum of RGB (Red+Green+Blue) = 189+140+227=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 227 (89.06% from 255 or 40.83% from 556); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD8CE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CE3 is #42731C. Grayscale: #A4A4A4. Windows color (decimal): -4354845 or 14912701. OLE color: 14912701.

HSL color Cylindrical-coordinate representation of color #BD8CE3: hue angle of 273.79º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8CE3 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189140227-
CMYK0.170.3800.11
HSL273.79º60.84%71.96%-
HSV(B)273.79º38.33%89.02%-
XYZ44.2335.1277.12-
YUV164.57163.23145.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 140 (55.08% from 255) = 25.18%
BLUE value IS 227 (89.06% from 255) = 40.83%
R=33.99%
G=25.18%
B=40.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891402270.170.3800.11273.7960.8471.96
HexBD8CE311260B1123d48
Octal275214343214601342275110
Binary10111101100011001110001110001100110010111000100101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CE3; }

 p { color: rgb(189,140,227); }

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

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

 a { background-color: rgb(189,140,227); }

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

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

 span { border-color: rgb(189,140,227); }

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