#BF8FDF

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

Shades of Wisteria #BF8FDF

Tints of Wisteria #BF8FDF

Color information

#BF8FDF (or 0xBF8FDF) is unknown color: approx Wisteria. HEX triplet: BF, 8F and DF. RGB value is (191,143,223). Sum of RGB (Red+Green+Blue) = 191+143+223=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FDF is #407020. Grayscale: #A6A6A6. Windows color (decimal): -4223009 or 14651327. OLE color: 14651327.

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

Color convert

RGB191143223-
CMYK0.140.3600.13
HSL276º55.56%71.76%-
HSV(B)276º35.87%87.45%-
XYZ44.6336.0574.42-
YUV166.47159.9145.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 143 (56.25% from 255) = 25.67%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=34.29%
G=25.67%
B=40.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911432230.140.3600.1327655.5671.76
HexBF8FDFE240D1143848
Octal277217337164401542470110
Binary1011111110001111110111111110100100011011000101001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FDF; }

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

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

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

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

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

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

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

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