#BF9ECF

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

Shades of Wisteria #BF9ECF

Tints of Wisteria #BF9ECF

Color information

#BF9ECF (or 0xBF9ECF) is unknown color: approx Wisteria. HEX triplet: BF, 9E and CF. RGB value is (191,158,207). Sum of RGB (Red+Green+Blue) = 191+158+207=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF9ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ECF is #406130. Grayscale: #ADADAD. Windows color (decimal): -4219185 or 13606591. OLE color: 13606591.

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

Color convert

RGB191158207-
CMYK0.080.2400.19
HSL280.41º33.79%71.57%-
HSV(B)280.41º23.67%81.18%-
XYZ44.9840.0464.39-
YUV173.45146.93140.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=34.35%
G=28.42%
B=37.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911582070.080.2400.19280.4133.7971.57
HexBF9ECF8180131182248
Octal277236317103002343042110
Binary1011111110011110110011111000110000100111000110001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9ECF; }

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

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

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

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

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

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

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

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