#BD80E5

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

Shades of Wisteria #BD80E5

Tints of Wisteria #BD80E5

Color information

#BD80E5 (or 0xBD80E5) is unknown color: approx Wisteria. HEX triplet: BD, 80 and E5. RGB value is (189,128,229). Sum of RGB (Red+Green+Blue) = 189+128+229=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD80E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80E5 is #427F1A. Grayscale: #9D9D9D. Windows color (decimal): -4357915 or 15040701. OLE color: 15040701.

HSL color Cylindrical-coordinate representation of color #BD80E5: hue angle of 276.24º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD80E5 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189128229-
CMYK0.170.4400.10
HSL276.24º66.01%70%-
HSV(B)276.24º44.1%89.8%-
XYZ42.8531.9178.03-
YUV157.75168.21150.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=34.62%
G=23.44%
B=41.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1891282290.170.4400.10276.2466.0170
HexBD80E5112C0A1144246
Octal2752003452154012424102106
Binary101111011000000011100101100011011000101010001010010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80E5; }

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

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

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

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

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

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

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

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