#BF80DF

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

Shades of Wisteria #BF80DF

Tints of Wisteria #BF80DF

Color information

#BF80DF (or 0xBF80DF) is unknown color: approx Wisteria. HEX triplet: BF, 80 and DF. RGB value is (191,128,223). Sum of RGB (Red+Green+Blue) = 191+128+223=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80DF is #407F20. Grayscale: #9D9D9D. Windows color (decimal): -4226849 or 14647487. OLE color: 14647487.

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

Color convert

RGB191128223-
CMYK0.140.4300.13
HSL279.79º59.75%68.82%-
HSV(B)279.79º42.6%87.45%-
XYZ42.5231.8473.72-
YUV157.67164.87151.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 128 (50.39% from 255) = 23.62%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=35.24%
G=23.62%
B=41.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911282230.140.4300.13279.7959.7568.82
HexBF80DFE2B0D1183c45
Octal277200337165301543074105
Binary1011111110000000110111111110101011011011000110001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80DF; }

 p { color: rgb(191,128,223); }

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

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

 a { background-color: rgb(191,128,223); }

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

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

 span { border-color: rgb(191,128,223); }

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