#BD8DE4

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

Shades of Wisteria #BD8DE4

Tints of Wisteria #BD8DE4

Color information

#BD8DE4 (or 0xBD8DE4) is unknown color: approx Wisteria. HEX triplet: BD, 8D and E4. RGB value is (189,141,228). Sum of RGB (Red+Green+Blue) = 189+141+228=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD8DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DE4 is #42721B. Grayscale: #A4A4A4. Windows color (decimal): -4354588 or 14978493. OLE color: 14978493.

HSL color Cylindrical-coordinate representation of color #BD8DE4: hue angle of 273.1º degrees, saturation: 0.62, 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 #BD8DE4 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189141228-
CMYK0.170.3800.11
HSL273.1º61.7%72.35%-
HSV(B)273.1º38.16%89.41%-
XYZ44.5135.4777.9-
YUV165.27163.4144.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 141 (55.47% from 255) = 25.27%
BLUE value IS 228 (89.45% from 255) = 40.86%
R=33.87%
G=25.27%
B=40.86%

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
Decimal1891412280.170.3800.11273.161.772.35
HexBD8DE411260B1113e48
Octal275215344214601342176110
Binary10111101100011011110010010001100110010111000100011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8DE4; }

 p { color: rgb(189,141,228); }

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

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

 a { background-color: rgb(189,141,228); }

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

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

 span { border-color: rgb(189,141,228); }

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