#BF81DF

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

Shades of Wisteria #BF81DF

Tints of Wisteria #BF81DF

Color information

#BF81DF (or 0xBF81DF) is unknown color: approx Wisteria. HEX triplet: BF, 81 and DF. RGB value is (191,129,223). Sum of RGB (Red+Green+Blue) = 191+129+223=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81DF is #407E20. Grayscale: #9D9D9D. Windows color (decimal): -4226593 or 14647743. OLE color: 14647743.

HSL color Cylindrical-coordinate representation of color #BF81DF: hue angle of 279.57º degrees, saturation: 0.59, 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 #BF81DF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191129223-
CMYK0.140.4200.13
HSL279.57º59.49%69.02%-
HSV(B)279.57º42.15%87.45%-
XYZ42.6632.173.76-
YUV158.25164.54151.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 129 (50.78% from 255) = 23.76%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=35.17%
G=23.76%
B=41.07%

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
Decimal1911292230.140.4200.13279.5759.4969.02
HexBF81DFE2A0D1183b45
Octal277201337165201543073105
Binary1011111110000001110111111110101010011011000110001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF81DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF81DF; }

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

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

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

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

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

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

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

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