#BD80DD

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

Shades of Wisteria #BD80DD

Tints of Wisteria #BD80DD

Color information

#BD80DD (or 0xBD80DD) is unknown color: approx Wisteria. HEX triplet: BD, 80 and DD. RGB value is (189,128,221). Sum of RGB (Red+Green+Blue) = 189+128+221=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80DD is #427F22. Grayscale: #9C9C9C. Windows color (decimal): -4357923 or 14516413. OLE color: 14516413.

HSL color Cylindrical-coordinate representation of color #BD80DD: hue angle of 279.35º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD80DD is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189128221-
CMYK0.140.4200.13
HSL279.35º57.76%68.43%-
HSV(B)279.35º42.08%86.67%-
XYZ41.7631.4872.28-
YUV156.84164.21150.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=35.13%
G=23.79%
B=41.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891282210.140.4200.13279.3557.7668.43
HexBD80DDE2A0D1173a44
Octal275200335165201542772104
Binary1011110110000000110111011110101010011011000101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80DD; }

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

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

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

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

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

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

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

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