#BF9FCF

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

Shades of Wisteria #BF9FCF

Tints of Wisteria #BF9FCF

Color information

#BF9FCF (or 0xBF9FCF) is unknown color: approx Wisteria. HEX triplet: BF, 9F and CF. RGB value is (191,159,207). Sum of RGB (Red+Green+Blue) = 191+159+207=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF9FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FCF is #406030. Grayscale: #ADADAD. Windows color (decimal): -4218929 or 13606847. OLE color: 13606847.

HSL color Cylindrical-coordinate representation of color #BF9FCF: hue angle of 280º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF9FCF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191159207-
CMYK0.080.2300.19
HSL280º33.33%71.76%-
HSV(B)280º23.19%81.18%-
XYZ45.1540.3864.45-
YUV174.04146.6140.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 159 (62.5% from 255) = 28.55%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=34.29%
G=28.55%
B=37.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911592070.080.2300.1928033.3371.76
HexBF9FCF8170131182148
Octal277237317102702343041110
Binary1011111110011111110011111000101110100111000110001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FCF; }

 p { color: rgb(191,159,207); }

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

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

 a { background-color: rgb(191,159,207); }

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

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

 span { border-color: rgb(191,159,207); }

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