#BF8ECE

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

Shades of Wisteria #BF8ECE

Tints of Wisteria #BF8ECE

Color information

#BF8ECE (or 0xBF8ECE) is unknown color: approx Wisteria. HEX triplet: BF, 8E and CE. RGB value is (191,142,206). Sum of RGB (Red+Green+Blue) = 191+142+206=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ECE is #407131. Grayscale: #A3A3A3. Windows color (decimal): -4223282 or 13536959. OLE color: 13536959.

HSL color Cylindrical-coordinate representation of color #BF8ECE: hue angle of 285.94º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF8ECE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191142206-
CMYK0.070.3100.19
HSL285.94º39.51%68.24%-
HSV(B)285.94º31.07%80.78%-
XYZ42.334.8862.9-
YUV163.95151.73147.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 142 (55.86% from 255) = 26.35%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=35.44%
G=26.35%
B=38.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911422060.070.3100.19285.9439.5168.24
HexBF8ECE71F01311e2844
Octal27721631673702343650104
Binary101111111000111011001110111111110100111000111101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8ECE; }

 p { color: rgb(191,142,206); }

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

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

 a { background-color: rgb(191,142,206); }

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

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

 span { border-color: rgb(191,142,206); }

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