#BF81DE

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

Shades of Wisteria #BF81DE

Tints of Wisteria #BF81DE

Color information

#BF81DE (or 0xBF81DE) is unknown color: approx Wisteria. HEX triplet: BF, 81 and DE. RGB value is (191,129,222). Sum of RGB (Red+Green+Blue) = 191+129+222=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81DE is #407E21. Grayscale: #9D9D9D. Windows color (decimal): -4226594 or 14582207. OLE color: 14582207.

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

Color convert

RGB191129222-
CMYK0.140.4200.13
HSL280º58.49%68.82%-
HSV(B)280º41.89%87.06%-
XYZ42.5232.0573.05-
YUV158.14164.04151.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=35.24%
G=23.80%
B=40.96%

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
Decimal1911292220.140.4200.1328058.4968.82
HexBF81DEE2A0D1183a45
Octal277201336165201543072105
Binary1011111110000001110111101110101010011011000110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF81DE; }

 p { color: rgb(191,129,222); }

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

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

 a { background-color: rgb(191,129,222); }

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

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

 span { border-color: rgb(191,129,222); }

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