#BD80E6

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

Shades of Wisteria #BD80E6

Tints of Wisteria #BD80E6

Color information

#BD80E6 (or 0xBD80E6) is unknown color: approx Wisteria. HEX triplet: BD, 80 and E6. RGB value is (189,128,230). Sum of RGB (Red+Green+Blue) = 189+128+230=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD80E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD80E6 is #427F19. Grayscale: #9D9D9D. Windows color (decimal): -4357914 or 15106237. OLE color: 15106237.

HSL color Cylindrical-coordinate representation of color #BD80E6: hue angle of 275.88º degrees, saturation: 0.67, 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 #BD80E6 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189128230-
CMYK0.180.4400.10
HSL275.88º67.11%70.2%-
HSV(B)275.88º44.35%90.2%-
XYZ42.9931.9778.77-
YUV157.87168.71150.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 230 (90.23% from 255) = 42.05%
R=34.55%
G=23.40%
B=42.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1891282300.180.4400.10275.8867.1170.2
HexBD80E6122C0A1144346
Octal2752003462254012424103106
Binary101111011000000011100110100101011000101010001010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80E6; }

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

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

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

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

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

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

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

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