#BD80DC

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

Shades of Wisteria #BD80DC

Tints of Wisteria #BD80DC

Color information

#BD80DC (or 0xBD80DC) is unknown color: approx Wisteria. HEX triplet: BD, 80 and DC. RGB value is (189,128,220). Sum of RGB (Red+Green+Blue) = 189+128+220=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80DC is #427F23. Grayscale: #9C9C9C. Windows color (decimal): -4357924 or 14450877. OLE color: 14450877.

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

Color convert

RGB189128220-
CMYK0.140.4200.14
HSL279.78º56.79%68.24%-
HSV(B)279.78º41.82%86.27%-
XYZ41.6231.4271.58-
YUV156.73163.71151.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=35.20%
G=23.84%
B=40.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891282200.140.4200.14279.7856.7968.24
HexBD80DCE2A0E1183944
Octal275200334165201643071104
Binary1011110110000000110111001110101010011101000110001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80DC; }

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

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

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

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

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

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

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

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