#BD80EA

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

Shades of Wisteria #BD80EA

Tints of Wisteria #BD80EA

Color information

#BD80EA (or 0xBD80EA) is unknown color: approx Wisteria. HEX triplet: BD, 80 and EA. RGB value is (189,128,234). Sum of RGB (Red+Green+Blue) = 189+128+234=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD80EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD80EA is #427F15. Grayscale: #9D9D9D. Windows color (decimal): -4357910 or 15368381. OLE color: 15368381.

HSL color Cylindrical-coordinate representation of color #BD80EA: hue angle of 274.53º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD80EA is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189128234-
CMYK0.190.4500.08
HSL274.53º71.62%70.98%-
HSV(B)274.53º45.3%91.76%-
XYZ43.5632.281.76-
YUV158.32170.71149.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 128 (50.39% from 255) = 23.23%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=34.30%
G=23.23%
B=42.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891282340.190.4500.08274.5371.6270.98
HexBD80EA132D081134847
Octal2752003522355010423110107
Binary101111011000000011101010100111011010100010001001110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80EA; }

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

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

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

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

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

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

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

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