#BD80EC

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

Shades of Wisteria #BD80EC

Tints of Wisteria #BD80EC

Color information

#BD80EC (or 0xBD80EC) is unknown color: approx Wisteria. HEX triplet: BD, 80 and EC. RGB value is (189,128,236). Sum of RGB (Red+Green+Blue) = 189+128+236=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD80EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD80EC is #427F13. Grayscale: #9E9E9E. Windows color (decimal): -4357908 or 15499453. OLE color: 15499453.

HSL color Cylindrical-coordinate representation of color #BD80EC: hue angle of 273.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD80EC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189128236-
CMYK0.200.4600.07
HSL273.89º73.97%71.37%-
HSV(B)273.89º45.76%92.55%-
XYZ43.8532.3183.28-
YUV158.55171.71149.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 128 (50.39% from 255) = 23.15%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=34.18%
G=23.15%
B=42.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891282360.200.4600.07273.8973.9771.37
HexBD80EC142E071124a47
Octal275200354245607422112107
Binary10111101100000001110110010100101110011110001001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80EC; }

 p { color: rgb(189,128,236); }

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

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

 a { background-color: rgb(189,128,236); }

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

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

 span { border-color: rgb(189,128,236); }

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